2018-03-28 13:07:48 +00:00
|
|
|
<form name="form" ng-submit="$ctrl.submit()">
|
2018-03-14 10:36:57 +00:00
|
|
|
<vn-card pad-large>
|
|
|
|
<vn-title>New contract</vn-title>
|
|
|
|
<vn-horizontal>
|
2018-03-28 13:07:48 +00:00
|
|
|
<vn-textfield
|
|
|
|
vn-one
|
|
|
|
label="Credit"
|
|
|
|
model="$ctrl.creditClassification.credit",
|
|
|
|
rule="CreditInsurance.credit"
|
|
|
|
step="1"
|
|
|
|
vn-focus>
|
|
|
|
</vn-textfield>
|
|
|
|
<vn-textfield
|
2018-05-31 11:34:48 +00:00
|
|
|
vn-one
|
2018-03-28 13:07:48 +00:00
|
|
|
label="Grade"
|
|
|
|
model="$ctrl.creditClassification.grade"
|
|
|
|
rule="CreditInsurance.grade">
|
|
|
|
</vn-textfield>
|
2018-03-14 10:36:57 +00:00
|
|
|
<vn-date-picker
|
|
|
|
vn-one
|
|
|
|
label="Since"
|
|
|
|
model="$ctrl.creditClassification.started"
|
2018-03-28 13:07:48 +00:00
|
|
|
ini-options="{dateFormat: 'd-m-Y'}">
|
2018-03-14 10:36:57 +00:00
|
|
|
</vn-date-picker>
|
|
|
|
</vn-horizontal>
|
|
|
|
</vn-card>
|
|
|
|
<vn-button-bar>
|
|
|
|
<vn-submit label="Save"></vn-submit>
|
|
|
|
</vn-button-bar>
|
|
|
|
</form>
|