Moves bitpayCard pref to tab-settings

This commit is contained in:
Gustavo Maximiliano Cortez 2016-11-21 11:36:41 -03:00
commit 3f85730099
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 26 additions and 9 deletions

View file

@ -967,10 +967,10 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
paypro: null
}
})
.state('tabs.bitpayCard.preferences', {
url: '/preferences',
.state('tabs.preferences.bitpayCard', {
url: '/bitpay-card',
views: {
'tab-home@tabs': {
'tab-settings@tabs': {
controller: 'preferencesBitpayCardController',
templateUrl: 'views/preferencesBitpayCard.html'
}