fix bitpay card
This commit is contained in:
parent
24c2d735cc
commit
1501d74558
10 changed files with 135 additions and 81 deletions
|
|
@ -25,6 +25,7 @@ angular.module('copayApp.controllers').controller('tabSettingsController', funct
|
|||
isoCode: config.wallet.settings.alternativeIsoCode
|
||||
};
|
||||
|
||||
// TODO Move this to a generic service, like buyAndSell.
|
||||
$scope.bitpayCardEnabled = config.bitpayCard.enabled;
|
||||
|
||||
if ($scope.bitpayCardEnabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue