From d74e475332f4d401158aa353903d561aad71959e Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Mon, 7 Mar 2016 10:55:05 -0500 Subject: [PATCH] comment out ngAnimate dependency #1112 --- 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 214e5cc9a5..943ca206f5 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', 'ngSanitize', 'ngCookies', about.name,