First Bitpay Card Integration

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-10 15:29:31 -03:00
commit 54e3545f6b
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
71 changed files with 3181 additions and 0 deletions

View file

@ -257,6 +257,26 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
},
}
})
.state('bitpayCard', {
url: '/bitpay-card',
walletShouldBeComplete: true,
needProfile: true,
views: {
'main': {
templateUrl: 'views/bitpayCard.html'
},
}
})
.state('preferencesBitpayCard', {
url: '/preferences-bitpay-card',
walletShouldBeComplete: true,
needProfile: true,
views: {
'main': {
templateUrl: 'views/preferencesBitpayCard.html'
},
}
})
.state('coinbase', {
url: '/coinbase',
walletShouldBeComplete: true,