Swipe to close modals
This commit is contained in:
parent
e72b76941b
commit
95bac39e99
3 changed files with 10 additions and 3 deletions
|
|
@ -12,7 +12,9 @@
|
|||
</section>
|
||||
</nav>
|
||||
|
||||
<div class="modal-content fix-modals-touch">
|
||||
<div class="modal-content fix-modals-touch"
|
||||
ng-swipe-disable-mouse
|
||||
ng-swipe-right="cancel()">
|
||||
<div class="header-modal text-center">
|
||||
<div class="size-42" ng-show="btx.action != 'invalid'">
|
||||
<span ng-if="btx.action == 'received'">+</span><span ng-if="btx.action == 'sent'">-</span>{{btx.amountStr}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue