Fixes access to settings and a small typo
This commit is contained in:
parent
43c0eb9cb6
commit
d461ddd600
1 changed files with 90 additions and 90 deletions
|
|
@ -52,7 +52,7 @@ angular
|
||||||
})
|
})
|
||||||
.when('/settings', {
|
.when('/settings', {
|
||||||
templateUrl: 'views/settings.html',
|
templateUrl: 'views/settings.html',
|
||||||
logged: true
|
logged: false
|
||||||
})
|
})
|
||||||
.when('/warning', {
|
.when('/warning', {
|
||||||
templateUrl: 'views/warning.html',
|
templateUrl: 'views/warning.html',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue