remove menu popover
This commit is contained in:
parent
58247503a5
commit
12a6907af6
9 changed files with 127 additions and 69 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="showSendMaxMenu($event)" ng-if="showMenu">
|
||||
<button class="button back-button" ng-click="showSendMaxMenu()" ng-if="showMenu">
|
||||
<i class="icon ion-ios-more"></i>
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
|
|
@ -120,4 +120,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</ion-content>
|
||||
<send-max
|
||||
send-max-show="showSendMax"
|
||||
send-max-on-select="sendMax">
|
||||
</send-max>
|
||||
</ion-view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue