add helper title

This commit is contained in:
Manuel Araoz 2014-06-23 15:17:21 -03:00
parent 83ecbcee2b
commit 1de1dbd483
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@
<div class="row collapse">
<label for="amount">Amount
<small ng-hide="!sendForm.amount.$pristine">required</small>
<i class="fi-arrow-up" ng-click="topAmount()"></i>
<i class="fi-arrow-up" title="Send all funds" ng-click="topAmount()"></i>
<small class="is-valid" ng-show="!sendForm.amount.$invalid && !sendForm.amount.$pristine">Valid</small>
<small class="has-error" ng-show="sendForm.amount.$invalid && !sendForm.amount.$pristine && !notEnoughAmount">
Not valid