adding plus symbol for pending transaction
This commit is contained in:
parent
221ab9c87a
commit
30e64bc72e
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
<div ng-class="{
|
||||
'balanced': tx.price.toString().indexOf('-') == -1 && !tx.pending,
|
||||
'text-gray': tx.price.toString().indexOf('-') == -1 && tx.pending}">
|
||||
<span ng-show="tx.price.toString().indexOf('-') == -1 && !tx.pending">+ </span>
|
||||
<span ng-show="tx.price.toString().indexOf('-') == -1">+ </span>
|
||||
{{tx.price | currency:'$':2 }}
|
||||
</div>
|
||||
<time class="size-12 text-gray" ng-if="!tx.pending">{{tx.runningBalance | currency:'$':2}}</time>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue