Commenting out ngAnimate, as it is preventing the view to show up for most routes

This is only temporary
This commit is contained in:
Jared Tabor
2015-12-18 14:52:33 -08:00
parent 17bc35053d
commit 497a404e95

View File

@@ -77,7 +77,7 @@ __deferLoadIfEnabled();
/*#endif#*/
var tower = angular.module('Tower', [
'ngAnimate',
// 'ngAnimate',
'ngRoute',
'ngSanitize',
'ngCookies',