Fix ng-class which wasn't applying the style.

This commit is contained in:
Andy Phillipson 2016-12-12 11:20:30 -05:00
parent 0e5e427590
commit 326ce26126
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
on-hold="hideToggle()"
ng-style="{'transform': amountScale}"
class="amount__balance"
ng-class="{amount__top: status.totalBalanceSat == status.spendableAmount}">
ng-class="{'amount__top': status.totalBalanceSat == status.spendableAmount}">
<strong class="size-36">{{status.totalBalanceStr}}</strong>
<div
class="size-14 amount-alternative"