fees notification done

This commit is contained in:
gandhimathi 2018-01-19 18:18:12 +05:30
parent 97e990e142
commit bd131f46c6

View File

@ -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'),