allow send when amount > 0

This commit is contained in:
Ivan Socolsky 2016-10-21 15:12:03 -03:00
commit 93caee3ca7
No known key found for this signature in database
GPG key ID: FAECE6A05FAA4F56
2 changed files with 4 additions and 2 deletions

View file

@ -52,7 +52,7 @@
<div class="keypad">
<div class="row">
<div class="col col-25 col-offset-75 operator-send"
ng-show="amount > 0 || alternativeResult > 0 || amountResult > 0" ng-click="finish()">
ng-show="allowSend" ng-click="finish()">
<i class="icon ion-ios-arrow-thin-right"></i>
</div>
</div>