changed credit min value to zero
gitea/salix/master This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-04-11 11:24:10 +02:00
parent 7c3052d17b
commit bed6721643
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<form name="form" ng-submit="$ctrl.onSubmit()" compact>
<vn-card pad-large>
<vn-horizontal>
<vn-input-number vn-one min="1"
<vn-input-number vn-one min="0"
label="Credit"
model="$ctrl.creditClassification.credit",
rule="creditInsurance.credit"