Displaying the amount.

This commit is contained in:
Brendon Duncan 2018-08-01 17:17:34 +12:00
commit 38c3f2fb70
3 changed files with 45 additions and 16 deletions

View file

@ -11,8 +11,8 @@
ng-init="memoExpanded = false">
<div class="header">
<div class="content" translate>
<p class="large">13.98 USD</p>
<p>0.014 BCH</p>
<p class="large"><amount value="vm.primaryAmount" currency="vm.primaryCurrency"></amount></p>
<p ng-show="vm.secondaryAmount"><amount value="vm.secondaryAmount" currency="vm.secondaryCurrency"></p>
</div>
</div>