student view changes
This commit is contained in:
parent
a992fbf4a6
commit
ec92183d49
@ -65,6 +65,14 @@ app.config(['$stateProvider', '$urlRouterProvider', '$controllerProvider', '$com
|
|||||||
ncyBreadcrumb: {
|
ncyBreadcrumb: {
|
||||||
label: 'Dashboard'
|
label: 'Dashboard'
|
||||||
}
|
}
|
||||||
|
}).state('app.studentView', {
|
||||||
|
url: "/studentview",
|
||||||
|
templateUrl: "assets/views/student/studentView.html",
|
||||||
|
resolve: loadSequence('spin', 'ladda', 'angular-ladda', 'studentViewCtrl','ngTable'),
|
||||||
|
title: 'Student Info',
|
||||||
|
ncyBreadcrumb: {
|
||||||
|
label: 'Student Info'
|
||||||
|
}
|
||||||
}).state('app.myprofile',{
|
}).state('app.myprofile',{
|
||||||
url: "/myProfile",
|
url: "/myProfile",
|
||||||
templateUrl: "assets/views/myProfile/myProfile.html",
|
templateUrl: "assets/views/myProfile/myProfile.html",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user