From c1ec4fa59258791b6d7ef415264a4924f7aed69b Mon Sep 17 00:00:00 2001 From: jlmitch5 Date: Fri, 11 Dec 2015 17:01:25 -0500 Subject: [PATCH] keep ngAnimate on devel for now Will figure out the routes issue in a bit. Keeping animations for ux feedback from Taufique --- awx/ui/client/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index 2b7b97deca..41599cc6ac 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -76,7 +76,7 @@ __deferLoadIfEnabled(); /*#endif#*/ var tower = angular.module('Tower', [ - // 'ngAnimate', + 'ngAnimate', 'ngRoute', 'ngSanitize', 'ngCookies',