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", "MESSAGES": "My Messages",
"LOCKSCREEN": "Lock Screen", "LOCKSCREEN": "Lock Screen",
"LOGOUT": "Log Out", "LOGOUT": "Log Out",
"MYPROFILE": "My Profile", // "MYPROFILE": "My Profile",
"CHANGEPASSWORD": "Change Password" "CHANGEPASSWORD": "Change Password"
} }
}, },
@ -93,8 +93,7 @@
"examfee": "EXAM WRITING FEE REPORT", "examfee": "EXAM WRITING FEE REPORT",
"balfee": "FEE BALANCE REPORT", "balfee": "FEE BALANCE REPORT",
"lead": "LEAD TRACKING REPORT", "lead": "LEAD TRACKING REPORT",
"newreg":"NEW REG REPORT", "newreg":"NEW REG REPORT"
"feeCollect":"FEE COLLECTED"
}, },
"student": { "student": {

View File

@ -85,7 +85,7 @@ app.config(['$stateProvider', '$urlRouterProvider', '$controllerProvider', '$com
title: "My Profile", title: "My Profile",
ncyBreadcrumb: { ncyBreadcrumb: {
label: 'My Profile' label: 'My Profile'
} }
}).state('app.changePassword', { }).state('app.changePassword', {
url: "/changePassword", url: "/changePassword",
templateUrl: "assets/views/changePassword.html", templateUrl: "assets/views/changePassword.html",
@ -194,14 +194,6 @@ app.config(['$stateProvider', '$urlRouterProvider', '$controllerProvider', '$com
ncyBreadcrumb: { ncyBreadcrumb: {
label: 'newreg' 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', { }).state('app.master.studentStatusUpdate', {
url: '/default activity', url: '/default activity',
templateUrl: "assets/views/studentStatusUpdate.html", templateUrl: "assets/views/studentStatusUpdate.html",