-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
how can i bind ngAutocomplete with ngModel?
I have a model like this
let prod:Product = {
id:1,
name:"cookie",
item_supplies:[
{id:1,name:"test",quantity:5},
{id:2,name:"test1",quantity:44},
{id:3,name:"test2",quantity:22}
]
}
So i need a input (autocomplete) for every item_supply. How can i bind with ngModel?
Metadata
Metadata
Assignees
Labels
No labels