Adds support for EUR and GBP currencies

This commit is contained in:
Gustavo Maximiliano Cortez 2017-06-01 17:16:42 -03:00
commit e0eb06156e
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 30 additions and 5 deletions

View file

@ -19,7 +19,9 @@
<div class="amount-label">
<div class="amount-final">{{amountUnitStr}}</div>
<div class="alternative">
<span ng-if="rate">@ {{rate | currency:'$':2}} per BTC</span>
<span ng-if="rate">@
<span ng-bind-html="htmlCurrencyCode"></span>
{{rate | currency:' ':2}} per BTC</span>
<span ng-if="!rate">...</span>
</div>
</div>