Add rank
This commit is contained in:
parent
0247c89b02
commit
3aafb15f19
4 changed files with 50 additions and 4 deletions
|
|
@ -6,8 +6,8 @@ angular.module("FICApp", ["ngRoute"])
|
|||
templateUrl: "views/team-edit.html"
|
||||
})
|
||||
.when("/rank", {
|
||||
controller: "TeamListController",
|
||||
templateUrl: "views/team-list.html"
|
||||
controller: "RankController",
|
||||
templateUrl: "views/rank.html"
|
||||
})
|
||||
.when("/:theme", {
|
||||
controller: "ExerciceController",
|
||||
|
|
|
|||
Reference in a new issue