added the settings page
This commit is contained in:
parent
be83729223
commit
9027243052
5 changed files with 101 additions and 4 deletions
|
|
@ -42,6 +42,10 @@ angular
|
|||
templateUrl: 'backup.html',
|
||||
validate: true
|
||||
})
|
||||
.when('/settings', {
|
||||
templateUrl: 'settings.html',
|
||||
validate: false
|
||||
})
|
||||
.otherwise({
|
||||
templateUrl: '404.html'
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue