From b0b2f127bb59b5d5cf1167b20a257025304dce55 Mon Sep 17 00:00:00 2001 From: jlmitch5 Date: Fri, 11 Dec 2015 17:18:45 -0500 Subject: [PATCH] remove ngAnimate again --- 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 41599cc6ac..2b7b97deca 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',