student view changes

This commit is contained in:
gandhimathi 2017-12-22 13:43:59 +05:30
parent a992fbf4a6
commit ec92183d49

View File

@ -65,6 +65,14 @@ app.config(['$stateProvider', '$urlRouterProvider', '$controllerProvider', '$com
ncyBreadcrumb: {
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',{
url: "/myProfile",
templateUrl: "assets/views/myProfile/myProfile.html",