replace selector for menu popover
This commit is contained in:
parent
b61f0785bf
commit
a7b2dc24af
5 changed files with 22 additions and 70 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<ion-nav-back-button>
|
||||
</ion-nav-back-button>
|
||||
<ion-nav-buttons side="secondary">
|
||||
<button class="button back-button" ng-click="showSendMaxSelector()">
|
||||
<button class="button back-button" ng-click="showSendMaxMenu($event)" ng-if="showMenu">
|
||||
<i class="icon ion-ios-more"></i>
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
|
|
@ -98,9 +98,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</ion-content>
|
||||
<send-max-selector
|
||||
send-max-selector-wallet="wallet"
|
||||
send-max-selector-show="sendMax"
|
||||
send-max-selector-on-select="setSendMax">
|
||||
</send-max-selector>
|
||||
</ion-view>
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
<action-sheet action-sheet-show="show" class="max-selector">
|
||||
<div class="header" translate>Shortcuts</div>
|
||||
<a class="item item-icon-left item-icon-right" ng-click="setSendMax()">
|
||||
<i class="icon ion-ios-navigate-outline"></i>
|
||||
<span translate>Send max amount</span>
|
||||
<span class="item-note">{{wallet.status.availableBalanceStr}}</span>
|
||||
<i class="icon ion-ios-arrow-right"></i>
|
||||
</a>
|
||||
<div class="button button-block" ng-click="hide()">
|
||||
<span translate>Cancel</span>
|
||||
</div>
|
||||
</action-sheet>
|
||||
Loading…
Add table
Add a link
Reference in a new issue