Fix multiple selections

This commit is contained in:
Jean-Baptiste Dominguez 2018-07-17 14:20:06 +09:00
commit 8a7aeefc1c

View file

@ -115,7 +115,7 @@
wallet-selector-display-balance-as-fiat="displayBalanceAsFiat"> wallet-selector-display-balance-as-fiat="displayBalanceAsFiat">
</wallet-selector> </wallet-selector>
<wallet-selector <wallet-selector
wallet-selector-on-hide="showWalletSelector" wallet-selector-on-hide=""
wallet-selector-title="walletSelectorTitleTo" wallet-selector-title="walletSelectorTitleTo"
wallet-selector-wallets="walletsBch" wallet-selector-wallets="walletsBch"
wallet-selector-selected-wallet="wallet" wallet-selector-selected-wallet="wallet"
@ -124,7 +124,7 @@
wallet-selector-display-balance-as-fiat="displayBalanceAsFiat"> wallet-selector-display-balance-as-fiat="displayBalanceAsFiat">
</wallet-selector> </wallet-selector>
<wallet-selector <wallet-selector
wallet-selector-on-hide="showWalletSelector" wallet-selector-on-hide=""
wallet-selector-title="walletSelectorTitleTo" wallet-selector-title="walletSelectorTitleTo"
wallet-selector-wallets="walletsBtc" wallet-selector-wallets="walletsBtc"
wallet-selector-selected-wallet="wallet" wallet-selector-selected-wallet="wallet"
@ -132,5 +132,4 @@
wallet-selector-on-select="onWalletSelect" wallet-selector-on-select="onWalletSelect"
wallet-selector-display-balance-as-fiat="displayBalanceAsFiat"> wallet-selector-display-balance-as-fiat="displayBalanceAsFiat">
</wallet-selector> </wallet-selector>
</ion-view> </ion-view>