Currency and field compatibility with wavecrest card.
This commit is contained in:
parent
382c81f67a
commit
33f3669746
5 changed files with 33 additions and 6 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<div class="amount-bg"></div>
|
||||
<div class="amount">
|
||||
<div ng-if="bitpayCard.balance" ng-click="bitpayCard.update()">
|
||||
<div class="amount__balance">${{bitpayCard.balance}}</div>
|
||||
<div class="amount__balance">{{bitpayCard.currencySymbol}}{{bitpayCard.balance}}</div>
|
||||
|
||||
<div class="size-12 m5r" ng-if="bitpayCard.updatedOn">
|
||||
{{bitpayCard.updatedOn * 1000 | amTimeAgo}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue