Wallet 2 wallet transfer
This commit is contained in:
parent
41a2a3c971
commit
be32f53668
2 changed files with 41 additions and 76 deletions
|
|
@ -22,7 +22,7 @@
|
|||
</button>
|
||||
</div>
|
||||
<div class="col-60">
|
||||
<button class="button button-standard button-primary button-outline">
|
||||
<button class="button button-standard button-primary button-outline" ng-click="showWalletSelector()">
|
||||
<img src="img/icon-w2w.svg"/><br/>
|
||||
<span translate>Wallet to Wallet Transfer</span>
|
||||
</button>
|
||||
|
|
@ -113,28 +113,14 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--<div class="card" ng-if="showTransferCard && hasFunds">-->
|
||||
<!--<div class="item item-icon-right item-heading" ng-click="toggle('transferToWallet')">-->
|
||||
<!--<span translate>Transfer to Wallet</span>-->
|
||||
<!--<i class="icon bp-arrow-up" ng-show="sectionDisplay.transferToWallet"></i>-->
|
||||
<!--<i class="icon bp-arrow-down" ng-show="!sectionDisplay.transferToWallet"></i>-->
|
||||
<!--</div>-->
|
||||
<!--<div class="list" ng-show="sectionDisplay.transferToWallet">-->
|
||||
<!--<a class="item item-icon-left item-icon-right"-->
|
||||
<!--ng-repeat="item in list"-->
|
||||
<!--ng-if="hasWallets && item.recipientType == 'wallet'"-->
|
||||
<!--ng-click="goToAmount(item)">-->
|
||||
<!--<i class="icon big-icon-svg" ng-if="item.recipientType == 'wallet'" ng-init="wallet = item"-->
|
||||
<!--ng-include="'views/includes/walletIcon.html'"></i>-->
|
||||
<!--{{item.name}}-->
|
||||
<!--<p>-->
|
||||
<!--<span>{{item.balanceString}}</span>-->
|
||||
<!--</p>-->
|
||||
<!--<i class="icon bp-arrow-right"></i>-->
|
||||
<!--</a>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
|
||||
</ion-content>
|
||||
<wallet-selector
|
||||
wallet-selector-title="walletSelectorTitle"
|
||||
wallet-selector-hide-titles="true"
|
||||
wallet-selector-wallets="wallets"
|
||||
wallet-selector-selected-wallet="wallet"
|
||||
wallet-selector-show="showWallets"
|
||||
wallet-selector-on-select="onWalletSelect"
|
||||
wallet-selector-display-balance-as-fiat="displayBalanceAsFiat">
|
||||
</wallet-selector>
|
||||
</ion-view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue