working on #752, route

parent 9783a3df
Showing with 6 additions and 0 deletions
...@@ -122,6 +122,12 @@ dashboardApp.config(function ($stateProvider, $urlRouterProvider) { ...@@ -122,6 +122,12 @@ dashboardApp.config(function ($stateProvider, $urlRouterProvider) {
templateUrl: 'modules/supervisor/views/instructions.html', templateUrl: 'modules/supervisor/views/instructions.html',
controller: 'InstructionsCtrl', controller: 'InstructionsCtrl',
}) })
.state('supervisors_students', {
url: '/supervisors_students',
parent: 'supervisor',
templateUrl: 'modules/supervisor/views/supervisors_students.html',
controller: 'StudentsCtrl',
})
// Abstract page for student // Abstract page for student
.state('student', { .state('student', {
templateUrl: 'modules/student/views/student.html', templateUrl: 'modules/student/views/student.html',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment