Temporarily removing ngAnimate injection

so that routes work in tower. This is only until we have time to diagnose the deeper cause of this issue.
This commit is contained in:
Jared Tabor 2015-12-11 16:48:08 -05:00
parent 6392ae9350
commit f1640c76a4
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -79,7 +79,7 @@
<!-- Non-mobile menu items -->
<a class="MainMenu-item MainMenu-item--notMobile MainMenu-item--left"
id="main_menu_projects_link"
href="/#/projects/"
href="/#/projects"
ng-class="{'is-currentRoute' : isCurrentRoute('projects'), 'is-loggedOut' : !$root.current_user.username}">
<span class="MainMenu-itemText">
PROJECTS
@ -87,7 +87,7 @@
</a>
<a class="MainMenu-item MainMenu-item--notMobile MainMenu-item--left"
id="main_menu_inventories_link"
href="/#/inventories/"
href="/#/inventories"
ng-class="{'is-currentRoute' : isCurrentRoute('inventories'), 'is-loggedOut' : !$root.current_user.username}">
<span class="MainMenu-itemText">
INVENTORIES
@ -95,7 +95,7 @@
</a>
<a class="MainMenu-item MainMenu-item--notMobile MainMenu-item--left"
id="main_menu_job_templates_link"
href="/#/job_templates/"
href="/#/job_templates"
ng-class="{'is-currentRoute' : isCurrentRoute('job_templates'), 'is-loggedOut' : !$root.current_user.username}">
<span class="MainMenu-itemText">
JOB TEMPLATES