Renames amount directive to formatted-amount, fixes formatting for crypto

This commit is contained in:
Sam Cheng Hung 2018-08-01 16:59:13 +08:00
commit 18e00e5fca
3 changed files with 96 additions and 92 deletions

View file

@ -1,4 +0,0 @@
<div class="amount"
ng-class="{ 'size-equal': displaySizeEqual }">
<span ng-if="start.length > 0" class="start">{{start}}</span><span ng-if="middle.length > 0" class="middle">{{middle}}</span><span ng-if="end.length > 0" class="end">{{end}}</span><span ng-if="currency.length > 0" class="currency">{{currency}}</span>
</div>