Fixes access to settings and a small typo

This commit is contained in:
Matias Pando 2014-10-16 11:25:45 -03:00 committed by Matias Alejo Garcia
commit d461ddd600

View file

@ -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',