Merge pull request #237 from Bitcoin-com/wallet/task/439
439 - Enter Amount screen modifications
This commit is contained in:
commit
ecad91d328
17 changed files with 781 additions and 330 deletions
4
www/views/includes/amount.html
Normal file
4
www/views/includes/amount.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue