From 326ce26126999fe4504281bfbc5f3183d76db3f2 Mon Sep 17 00:00:00 2001 From: Andy Phillipson Date: Mon, 12 Dec 2016 11:20:30 -0500 Subject: [PATCH] Fix ng-class which wasn't applying the style. --- www/views/walletDetails.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/views/walletDetails.html b/www/views/walletDetails.html index dd66b7d0c..3400baf78 100644 --- a/www/views/walletDetails.html +++ b/www/views/walletDetails.html @@ -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}"> {{status.totalBalanceStr}}