[WIP] frontend: add /rules page
This commit is contained in:
parent
8e0f7acb57
commit
cda6fde9bf
2 changed files with 26 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue