flattened result

This commit is contained in:
VLE2FE 2020-08-10 12:35:57 +02:00
parent 1dc67ffc9d
commit 424111faf0

View File

@ -42,7 +42,7 @@
label="material number" appValidate="string" [name]="'materialNumber-' + item.i"
[ngModel]="item.value"></rb-form-input>
</rb-array-input>
<rb-form-select name="conditionSelect" label="Condition"
<rb-form-select name="conditionSelect" label="Type"
[(ngModel)]="material.properties.material_template">
<option *ngFor="let m of d.arr.materialTemplates" [value]="m._id">{{m.name}}</option>
</rb-form-select>