Moves the global preferences to the sidebar

This commit is contained in:
Gustavo Maximiliano Cortez 2015-11-09 15:20:15 -03:00
commit 308616c254
16 changed files with 177 additions and 130 deletions

View file

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