flattened result
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user