Fix UI amount input

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-15 14:46:59 -03:00
parent 6a4b05010d
commit 42348a0ca9
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 2 additions and 2 deletions

View File

@ -425,7 +425,7 @@
<i class="icon-checkmark-circle size-14"></i> <i class="icon-checkmark-circle size-14"></i>
</small> </small>
</div> </div>
<div ng-if="!home.canShowAlternative()"> <div ng-show="!home.canShowAlternative()">
<label for="amount"> <label for="amount">
<span translate>Amount</span> <span translate>Amount</span>
</label> </label>
@ -435,7 +435,7 @@
<a class="postfix button" ng-style="{'background-color':index.backgroundColor}" ng-click="home.showAlternative()">{{home.unitName}}</a> <a class="postfix button" ng-style="{'background-color':index.backgroundColor}" ng-click="home.showAlternative()">{{home.unitName}}</a>
</div> </div>
</div> </div>
<div ng-if="home.canShowAlternative()"> <div ng-show="home.canShowAlternative()">
<label for="alternative"><span translate>Amount</span> [{{ home.alternativeIsoCode }}] <label for="alternative"><span translate>Amount</span> [{{ home.alternativeIsoCode }}]
</label> </label>
<div class="input"> <div class="input">