WIP: reorder main menu. Renamed home for addresses. Fix header titles
This commit is contained in:
parent
d7333fb981
commit
5267c2ad48
6 changed files with 18 additions and 19 deletions
|
|
@ -15,8 +15,8 @@ angular
|
|||
.when('/setup', {
|
||||
templateUrl: 'setup.html'
|
||||
})
|
||||
.when('/home', {
|
||||
templateUrl: 'home.html'
|
||||
.when('/addresses', {
|
||||
templateUrl: 'addresses.html'
|
||||
})
|
||||
.when('/join/:id', {
|
||||
templateUrl: 'join.html'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue