fix app js module entrypoint

This commit is contained in:
John Mitchell
2017-03-17 13:11:33 -04:00
parent 1b33e531cf
commit bc5e275694

View File

@@ -37,7 +37,6 @@ if ($basePath) {
} }
// Modules // Modules
import './forms';
import portalMode from './portal-mode/main'; import portalMode from './portal-mode/main';
import systemTracking from './system-tracking/main'; import systemTracking from './system-tracking/main';
import inventories from './inventories/main'; import inventories from './inventories/main';
@@ -88,6 +87,8 @@ var tower = angular.module('Tower', [
'I18N', 'I18N',
uiRouter, uiRouter,
'ui.router.state.events', 'ui.router.state.events',
'pendolytics',
'lrInfiniteScroll',
about.name, about.name,
access.name, access.name,
@@ -125,9 +126,7 @@ var tower = angular.module('Tower', [
'templates', 'templates',
'PromptDialog', 'PromptDialog',
'AWDirectives', 'AWDirectives',
'lrInfiniteScroll',
'features', 'features',
'pendolytics',
]) ])
.constant('AngularScheduler.partials', urlPrefix + 'lib/angular-scheduler/lib/') .constant('AngularScheduler.partials', urlPrefix + 'lib/angular-scheduler/lib/')