ionic-modal-select
ionic-modal-select copied to clipboard
Display element of its choice belonging to the ng-model
I turn to you for a small flaw that I have. I used modal-select to select an item from a list. The element I need for the query is the id of the element. What is operational, with this code : `
Select it (with search)
`
{{option.name}}
Product : {{form.product}}
But on display, client side, I would like to have the name of the element and not the id, because for now it is the id that appears in : `
Product : {{form.product}}
`
And even if I do form.product.name
Thank you in advance for your answers