From 497a404e956e77285593e564a6cad0b67b842bf7 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 18 Dec 2015 14:52:33 -0800 Subject: [PATCH] Commenting out ngAnimate, as it is preventing the view to show up for most routes This is only temporary --- 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 64f0206df5..bd07b7d3e9 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -77,7 +77,7 @@ __deferLoadIfEnabled(); /*#endif#*/ var tower = angular.module('Tower', [ - 'ngAnimate', + // 'ngAnimate', 'ngRoute', 'ngSanitize', 'ngCookies',