Moves the global preferences to the sidebar
This commit is contained in:
parent
6a12828eae
commit
308616c254
16 changed files with 177 additions and 130 deletions
|
|
@ -433,11 +433,14 @@ angular
|
|||
},
|
||||
}
|
||||
})
|
||||
.state('settings', {
|
||||
url: '/settings',
|
||||
controller: 'settingsController',
|
||||
templateUrl: 'views/settings.html',
|
||||
needProfile: false
|
||||
.state('preferencesGlobal', {
|
||||
url: '/preferencesGlobal',
|
||||
needProfile: true,
|
||||
views: {
|
||||
'main': {
|
||||
templateUrl: 'views/preferencesGlobal.html',
|
||||
},
|
||||
}
|
||||
})
|
||||
.state('warning', {
|
||||
url: '/warning',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue