nav bar changes

This commit is contained in:
gayathri1990 2018-08-23 12:46:18 +05:30
parent f2bb039009
commit b7c7d94a9c
2 changed files with 3 additions and 12 deletions

View File

@ -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": {

View File

@ -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",