Improvement - 172 - Make default price display in fiat
This commit is contained in:
parent
463eed2583
commit
12f1c2e28a
9 changed files with 118 additions and 2 deletions
|
|
@ -16,6 +16,8 @@ angular.module('copayApp.controllers').controller('tabSettingsController', funct
|
|||
isoCode: config.wallet.settings.alternativeIsoCode
|
||||
};
|
||||
|
||||
$scope.selectedPriceDisplay = config.wallet.settings.priceDisplay;
|
||||
|
||||
// TODO move this to a generic service
|
||||
bitpayAccountService.getAccounts(function(err, data) {
|
||||
if (err) $log.error(err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue