Improvement - 172 - Make default price display in fiat

This commit is contained in:
Jean-Baptiste Dominguez 2018-04-25 13:59:25 +09:00
commit 12f1c2e28a
9 changed files with 118 additions and 2 deletions

View file

@ -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);