flattened result
This commit is contained in:
parent
1dc67ffc9d
commit
424111faf0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user