mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
Commenting out ngAnimate, as it is preventing the view to show up for most routes
This is only temporary
This commit is contained in:
@@ -77,7 +77,7 @@ __deferLoadIfEnabled();
|
|||||||
/*#endif#*/
|
/*#endif#*/
|
||||||
|
|
||||||
var tower = angular.module('Tower', [
|
var tower = angular.module('Tower', [
|
||||||
'ngAnimate',
|
// 'ngAnimate',
|
||||||
'ngRoute',
|
'ngRoute',
|
||||||
'ngSanitize',
|
'ngSanitize',
|
||||||
'ngCookies',
|
'ngCookies',
|
||||||
|
|||||||
Reference in New Issue
Block a user