frontend: add /rules page

This commit is contained in:
nemunaire 2016-12-04 19:07:52 +01:00
parent 6146f46401
commit 275f466dd9
2 changed files with 152 additions and 0 deletions

View file

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