Strings for translation.
This commit is contained in:
parent
e58c3bf438
commit
438ab94404
3 changed files with 29 additions and 4 deletions
|
|
@ -7,6 +7,8 @@ angular
|
|||
function reviewController(configService, gettextCatalog, profileService, $scope, txFormatService) {
|
||||
var vm = this;
|
||||
|
||||
vm.feeCrypto = '';
|
||||
vm.feeFiat = '';
|
||||
vm.origin = {
|
||||
balanceAmount: '',
|
||||
balanceCurrency: '',
|
||||
|
|
@ -49,9 +51,6 @@ function reviewController(configService, gettextCatalog, profileService, $scope,
|
|||
if (err) {
|
||||
$log.err('Error getting config.', err);
|
||||
} else {
|
||||
console.log('Got config.');
|
||||
//config = configCache;
|
||||
// Use this later if have time
|
||||
priceDisplayIsFiat = config.wallet.settings.priceDisplay === 'fiat';
|
||||
vm.origin.currencyColor = originWallet.coin === 'btc' ? config.bitcoinWalletColor : config.bitcoinCashWalletColor;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue