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