[WIP] frontend: add /rules page

This commit is contained in:
nemunaire 2016-12-04 19:07:52 +01:00
commit cda6fde9bf
2 changed files with 26 additions and 0 deletions

View file

@ -1,6 +1,9 @@
angular.module("FICApp", ["ngRoute", "ngSanitize"])
.config(function($routeProvider, $locationProvider) {
$routeProvider
.when("/rules", {
templateUrl: "views/rules.html"
})
.when("/edit", {
controller: "MyTeamController",
templateUrl: "views/team-edit.html"