fix switch with empty values - fix UI - fix BTC format
This commit is contained in:
parent
7db87cd0a9
commit
a17a4438b4
3 changed files with 26 additions and 17 deletions
|
|
@ -6,9 +6,9 @@
|
|||
</a>
|
||||
</div>
|
||||
<h1 class="title ellipsis" translate>Enter amount</h1>
|
||||
<div class="right-small m5r" ng-show="!specificAmount" ng-click="toggleAlternative()">
|
||||
<a class="postfix" ng-show="showAlternativeAmount">{{alternativeIsoCode}}</a>
|
||||
<a class="postfix" ng-show="!showAlternativeAmount">{{unitName}}</a>
|
||||
<div class="buttons m5r m3t" ng-show="!specificAmount" ng-click="toggleAlternative()">
|
||||
<button class="button black" ng-show="showAlternativeAmount">{{alternativeIsoCode}}</button>
|
||||
<button class="button" ng-style="{'background-color':color}" ng-show="!showAlternativeAmount">{{unitName}}</button>
|
||||
</div>
|
||||
</ion-header-bar>
|
||||
|
||||
|
|
@ -16,8 +16,8 @@
|
|||
<div ng-show="!specificAmount">
|
||||
<div class="send-amount row" ng-style="{'background-color':index.backgroundColor}">
|
||||
<div class="size-48" ng-class="{'small-font': smallFont}">{{amount || '-'}}</div>
|
||||
<div class="size-21 text-light" ng-show="!showAlternativeAmount">{{globalResult}} [{{amountResult || 0}} {{alternativeIsoCode}}]</div>
|
||||
<div class="size-21 text-light" ng-show="showAlternativeAmount">{{globalResult}} [{{alternativeResult || 0}} {{unitName}}]</div>
|
||||
<div class="size-21 text-light" ng-show="!showAlternativeAmount">{{globalResult}} [{{amountResult || '0.00'}} {{alternativeIsoCode}}]</div>
|
||||
<div class="size-21 text-light" ng-show="showAlternativeAmount">{{globalResult}} [{{alternativeResult || '0.00'}} {{unitName}}]</div>
|
||||
</div>
|
||||
|
||||
<div class="button-content text-center size-10 df">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue