-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Select inside ng-repeat doesn't work in IE9 #1902
Comments
Here is another scenario where this is failing.. Also failing in IE9.. |
As part of our effort to clean out old issues, this issue is being automatically closed since it has been inactivite for over two months. Please try the newest versions of Angular ( Thanks! |
This is still happening with version 1.2.0-rc.3. See http://jsfiddle.net/H48sP/41/ Happening in both IE9 and IE10. See associated stackoverflow question: http://stackoverflow.com/questions/12942681/how-to-fix-ie-select-issue-when-dynamically-changing-options |
It is also happening with version 1.2.0. See http://jsfiddle.net/H48sP/42/ |
I'm also seeing this with 1.2.16. Is there any update on the issue? I suspect this may be related to issue 4749 (#4749 ) I've also seen that in the child list, if you change the parent item and set the child collection in the controller the child select options do not update, however if you select an item in the list, the displayed value actually comes from the underlying updated model's value based on the item index. |
Here is a simple sample. It should work as follows:
Works perfectly in chrome, ff and safari.
To reproduce the problem in IE9:
The fiddle: http://jsfiddle.net/nFp62/
The text was updated successfully, but these errors were encountered: