added the settings page

This commit is contained in:
Mario Colque 2014-05-13 14:19:37 -03:00
commit 9027243052
5 changed files with 101 additions and 4 deletions

View file

@ -42,6 +42,10 @@ angular
templateUrl: 'backup.html',
validate: true
})
.when('/settings', {
templateUrl: 'settings.html',
validate: false
})
.otherwise({
templateUrl: '404.html'
});