fees notification done
This commit is contained in:
parent
97e990e142
commit
bd131f46c6
@ -32,7 +32,11 @@ app.config(['$stateProvider', '$urlRouterProvider', '$controllerProvider', '$com
|
||||
// Set up the states
|
||||
$stateProvider
|
||||
// Login routes
|
||||
.state('login', {
|
||||
.state('feesNotification', {
|
||||
url: '/feesNotification',
|
||||
templateUrl: "assets/views/feesNotification.html",
|
||||
resolve: loadSequence('feesNotification','moment')
|
||||
}).state('login', {
|
||||
url: '/login',
|
||||
template: '<div ui-view class="fade-in-right-big smooth"></div>',
|
||||
resolve: loadSequence('modernizr', 'moment', 'angularMoment', 'uiSwitch', 'perfect-scrollbar-plugin', 'toaster', 'ngAside', 'vAccordion', 'sweet-alert', 'chartjs', 'tc.chartjs', 'oitozero.ngSweetAlert', 'chatCtrl'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user