comment out ngAnimate dependency #1112

This commit is contained in:
Leigh Johnson
2016-03-07 10:55:05 -05:00
parent 1bc3657fe7
commit d74e475332

View File

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