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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue