Add in logic to style price column differently if nul vs has value

This commit is contained in:
summerscope
2015-01-15 16:01:00 +11:00
parent 4d7871a0bb
commit 932604bd69

View File

@@ -58,5 +58,5 @@
.small-12.medium-2.large-2.columns.total-price.text-right
.table-cell
%strong
%strong{"ng-class" => "{filled: variant.totalPrice()}"}
{{ variant.totalPrice() | localizeCurrency }}