From 0e104249a0a9deb38dc68a7b3d0644b2a3a26677 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 11 Nov 2015 15:14:58 -0500 Subject: [PATCH] inject angular-animate to be used by Tower --- awx/ui/client/src/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index d0639727a5..a50dbb0103 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -76,6 +76,7 @@ __deferLoadIfEnabled(); /*#endif#*/ var tower = angular.module('Tower', [ + 'ngAnimate', 'pendolytics', 'ngRoute', 'ngSanitize',