You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
I've found this one when trying to manipulate the select component from the model.
Here's my scenerio:
User has a select in the view
UI gets an update to the model from the server:
2.1) Change option text
2.2) Change selection
I'd expect both to change via the angular binding
What happens is that the selection changes, but not the option.
Here's a demo: http://codepen.io/yccteam/pen/PqWBZr
The "server" sends the update 2 seconds after load (using $timeout to simulate this).
Notice that even though I've changed the model to "Three", it still shows the "One", until I refresh the component in some way (close/open it).
The text was updated successfully, but these errors were encountered:
I've found this one when trying to manipulate the select component from the model.
Here's my scenerio:
2.1) Change option text
2.2) Change selection
What happens is that the selection changes, but not the option.
Here's a demo: http://codepen.io/yccteam/pen/PqWBZr
The "server" sends the update 2 seconds after load (using $timeout to simulate this).
Notice that even though I've changed the model to "Three", it still shows the "One", until I refresh the component in some way (close/open it).
The text was updated successfully, but these errors were encountered: