The wallet list in the Confirm screen nows displays balances according to the Price Display setting.
This commit is contained in:
parent
e0511ccb53
commit
c3347931ef
2 changed files with 4 additions and 1 deletions
|
|
@ -205,6 +205,8 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$scope.displayBalanceAsFiat = walletConfig.settings.priceDisplay === 'fiat';
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,8 @@
|
||||||
wallet-selector-wallets="wallets"
|
wallet-selector-wallets="wallets"
|
||||||
wallet-selector-selected-wallet="wallet"
|
wallet-selector-selected-wallet="wallet"
|
||||||
wallet-selector-show="walletSelector"
|
wallet-selector-show="walletSelector"
|
||||||
wallet-selector-on-select="onWalletSelect">
|
wallet-selector-on-select="onWalletSelect"
|
||||||
|
wallet-selector-display-balance-as-fiat="displayBalanceAsFiat">
|
||||||
</wallet-selector>
|
</wallet-selector>
|
||||||
|
|
||||||
</ion-view>
|
</ion-view>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue