add sync topping & recipelist
This commit is contained in:
parent
45851422f7
commit
d1330e4f84
3 changed files with 8 additions and 11 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<div formArrayName="toppingList" *ngFor="let topping of toppingList.controls; let i = index">
|
||||
<div formGroupName="{{ i }}">
|
||||
|
||||
<input type="checkbox" />
|
||||
<input type="checkbox" formControlName="isUse"/>
|
||||
<!-- toppingGroup -->
|
||||
<ng-select
|
||||
appendTo="body"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue