router change
This commit is contained in:
parent
f2bc5c3ae9
commit
107e8c2283
@ -186,13 +186,13 @@ app.config(['$stateProvider', '$urlRouterProvider', '$controllerProvider', '$com
|
|||||||
ncyBreadcrumb: {
|
ncyBreadcrumb: {
|
||||||
label: 'datacorrection'
|
label: 'datacorrection'
|
||||||
},
|
},
|
||||||
}).state('app.daybooksuperadmin.datacorrection', {
|
}).state('app.reports.newreg', {
|
||||||
url: '/datacorrection',
|
url: '/newreg',
|
||||||
templateUrl: "assets/views/data_correction.html",
|
templateUrl: "assets/views/newreg_report.html",
|
||||||
resolve: loadSequence('datacorrectionCtrl','ngTable', 'ladda', 'angular-ladda'),
|
resolve: loadSequence('newreg_reportCtrl','ngTable', 'ladda', 'angular-ladda'),
|
||||||
title: 'datacorrection',
|
title: 'newreg',
|
||||||
ncyBreadcrumb: {
|
ncyBreadcrumb: {
|
||||||
label: 'datacorrection'
|
label: 'newreg'
|
||||||
},
|
},
|
||||||
}).state('app.master.studentStatusUpdate', {
|
}).state('app.master.studentStatusUpdate', {
|
||||||
url: '/default activity',
|
url: '/default activity',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user