This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
ui-select cannot match model value if property used in choises is an object #1471
Open
Description
Using "single property for binding" ui-select cannot load correct object if the property is an object.
Example: http://plnkr.co/stY0BEjwSuFuRw3fzUaN
One solution could be to make ui-select-choices directive offer an attribute to specify a matcher function.