wallet selector fully shown on iphone x
This commit is contained in:
parent
4744076b85
commit
e94b984fde
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<span ng-repeat="wallet in wallets track by $index"
|
<span ng-repeat="wallet in wallets track by $index"
|
||||||
ng-init="wallet.coin == 'btc' ? walletsBtc.push(wallet) : walletsBch.push(wallet)"></span>
|
ng-init="wallet.coin == 'btc' ? walletsBtc.push(wallet) : walletsBch.push(wallet)"></span>
|
||||||
|
|
||||||
<div class="header" ng-show="!walletsBtc[0] || !walletsBch[0]">{{title}}</div>
|
<div class="header" ng-if="!walletsBtc[0] || !walletsBch[0]">{{title}}</div>
|
||||||
|
|
||||||
<div class="subheader" ng-if="walletsBch[0] && walletsBtc[0]">
|
<div class="subheader" ng-if="walletsBch[0] && walletsBtc[0]">
|
||||||
<img class="wallet-coin-logo" src="img/bitcoin-cash-logo.svg" width="22">
|
<img class="wallet-coin-logo" src="img/bitcoin-cash-logo.svg" width="22">
|
||||||
|
|
@ -66,5 +66,5 @@
|
||||||
</div>
|
</div>
|
||||||
<img class="check" src="img/icon-check-selected.svg" ng-show="selectedWallet === wallet">
|
<img class="check" src="img/icon-check-selected.svg" ng-show="selectedWallet === wallet">
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a><br/><br/>
|
||||||
</action-sheet>
|
</action-sheet>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue