Active client debt icon when has debt greather than zero.

This commit is contained in:
Joan Sanchez 2018-05-21 07:31:38 +02:00
parent f612cab8c0
commit 88cf75e088
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
vn-tooltip="Client has debt"
tooltip-position = "right"
icon="icon-risk"
ng-class="{bright: $ctrl.clientDebt < 0}">
ng-class="{bright: $ctrl.clientDebt > 0}">
</vn-icon>
<vn-icon
vn-tooltip="Client not checked"