frontend: add /rules page
This commit is contained in:
parent
6146f46401
commit
275f466dd9
2 changed files with 152 additions and 0 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue