This commit is contained in:
nemunaire 2016-01-21 05:00:15 +01:00
commit 3aafb15f19
4 changed files with 50 additions and 4 deletions

View file

@ -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",