nav bar changes
This commit is contained in:
parent
f2bb039009
commit
b7c7d94a9c
@ -19,7 +19,7 @@
|
||||
"MESSAGES": "My Messages",
|
||||
"LOCKSCREEN": "Lock Screen",
|
||||
"LOGOUT": "Log Out",
|
||||
"MYPROFILE": "My Profile",
|
||||
// "MYPROFILE": "My Profile",
|
||||
"CHANGEPASSWORD": "Change Password"
|
||||
}
|
||||
},
|
||||
@ -93,8 +93,7 @@
|
||||
"examfee": "EXAM WRITING FEE REPORT",
|
||||
"balfee": "FEE BALANCE REPORT",
|
||||
"lead": "LEAD TRACKING REPORT",
|
||||
"newreg":"NEW REG REPORT",
|
||||
"feeCollect":"FEE COLLECTED"
|
||||
"newreg":"NEW REG REPORT"
|
||||
|
||||
},
|
||||
"student": {
|
||||
|
||||
@ -85,7 +85,7 @@ app.config(['$stateProvider', '$urlRouterProvider', '$controllerProvider', '$com
|
||||
title: "My Profile",
|
||||
ncyBreadcrumb: {
|
||||
label: 'My Profile'
|
||||
}
|
||||
}
|
||||
}).state('app.changePassword', {
|
||||
url: "/changePassword",
|
||||
templateUrl: "assets/views/changePassword.html",
|
||||
@ -194,14 +194,6 @@ app.config(['$stateProvider', '$urlRouterProvider', '$controllerProvider', '$com
|
||||
ncyBreadcrumb: {
|
||||
label: 'newreg'
|
||||
},
|
||||
}).state('app.reports.feeCollect', {
|
||||
url: '/feeCollect',
|
||||
templateUrl: "assets/views/feecollected.html",
|
||||
resolve: loadSequence('FeeCollected_reportCtrl','ngTable', 'ladda', 'angular-ladda'),
|
||||
title: 'feeCollect',
|
||||
ncyBreadcrumb: {
|
||||
label: 'feeCollect'
|
||||
},
|
||||
}).state('app.master.studentStatusUpdate', {
|
||||
url: '/default activity',
|
||||
templateUrl: "assets/views/studentStatusUpdate.html",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user