admin: add a page to view resolution video
This commit is contained in:
parent
4ee70a8781
commit
2ac205bf83
4 changed files with 24 additions and 0 deletions
|
@ -29,6 +29,10 @@ angular.module("FICApp", ["ngRoute", "ngResource", "ngSanitize"])
|
|||
controller: "ExerciceController",
|
||||
templateUrl: "views/exercice.html"
|
||||
})
|
||||
.when("/exercices/:exerciceId/resolution", {
|
||||
controller: "ExerciceController",
|
||||
templateUrl: "views/exercice-resolution.html"
|
||||
})
|
||||
.when("/teams", {
|
||||
controller: "TeamsListController",
|
||||
templateUrl: "views/team-list.html"
|
||||
|
|
Reference in a new issue