prelim action sheet directive
This commit is contained in:
parent
2d205cbebd
commit
ce298fdfb6
6 changed files with 78 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<div class="text-center" ng-show="insuffientFunds">
|
||||
<span class="badge badge-energized" translate>Insufficient funds</span>
|
||||
</div>
|
||||
<a class="item item-icon-right" ng-hide="insuffientFunds">
|
||||
<a class="item item-icon-right" ng-hide="insuffientFunds" ng-click="showWalletSelector()">
|
||||
<span class="label" translate>From</span>
|
||||
<div class="wallet">
|
||||
<i class="icon big-icon-svg">
|
||||
|
|
@ -79,6 +79,9 @@
|
|||
<span ng-hide="wallet.m > 1">Payment Sent</span>
|
||||
<span ng-show="wallet.m > 1">Proposal Created</span>
|
||||
</slide-to-accept-success>
|
||||
<action-sheet action-sheet-show="showWallets">
|
||||
|
||||
</action-sheet>
|
||||
</ion-view>
|
||||
<!-- <ion-view id="view-confirm">
|
||||
<ion-nav-bar class="bar-royal">
|
||||
|
|
|
|||
8
www/views/includes/actionSheet.html
Normal file
8
www/views/includes/actionSheet.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<div
|
||||
class="bp-action-sheet__backdrop"
|
||||
ng-class="{'fade-in': show}"
|
||||
ng-click="hide()">
|
||||
</div>
|
||||
<div class="bp-action-sheet__sheet" ng-class="{'slide-up': show}">
|
||||
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue