Moves glidera prefs to tab-settings

This commit is contained in:
Gustavo Maximiliano Cortez 2016-11-22 12:35:51 -03:00
commit df5fb129a2
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
6 changed files with 25 additions and 19 deletions

View file

@ -877,10 +877,10 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
}
}
})
.state('tabs.buyandsell.glidera.preferences', {
url: '/preferences',
.state('tabs.preferences.glidera', {
url: '/glidera',
views: {
'tab-home@tabs': {
'tab-settings@tabs': {
controller: 'preferencesGlideraController',
templateUrl: 'views/preferencesGlidera.html'
}