-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Doesn't update with bound values #558
Comments
thought this related to #531 but I tried that fix and it doesn't work |
I tried to make a plunkr to duplicate it however there for some reason it is working the only difference is this is in a dialog (via dialog-service) Edit So it seems the issue I guess is it magically knows that the values came from two different objects ? Ok So then I changed it to do tracking by the id such as
|
So I think I figured this out this is related to 2 issues #404 and indeed #531 (Which that fix works and should be merged) - This fixes the object comparison issue, |
Going to close due to lack of reproduction via Plunker - feel free to open a new issue with reproduction in Plunker based on the latest release if this is still an issue. |
I have a select with ng-options in which the ui-select is bound to that object like so
when the first select value changes I expect it to change the current value of the ui select but it comes up blank every time ..
The text was updated successfully, but these errors were encountered: