Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display element of its choice belonging to the ng-model #92

Open
DaxDev opened this issue Apr 20, 2017 · 0 comments
Open

Display element of its choice belonging to the ng-model #92

DaxDev opened this issue Apr 20, 2017 · 0 comments

Comments

@DaxDev
Copy link

DaxDev commented Apr 20, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant