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 was archived by the owner on Apr 12, 2024. It is now read-only.
Note, it also only happens in the mentioned browsers when I set the data asynchronously, that is, in the Plunkr (for demoing) through a $timeout, while in my production code it is fetched through an $http call.
I'm not quite sure whether it is due to some strange binding in my code or an issue within Angular itself, and since also the guys on the IRC channel were not able to help me, I'm posting it here 😃 .
Does not work in
Chrome (latest stable)
Chrome 45.0.2409.0 canary
Internet Explorer 11.0.9600.17801 (Win7)
Works in Firefox 37.0.2 and 38.0.1.
The text was updated successfully, but these errors were encountered:
Hi,
I have a strange issue in that the selected option doesn't get displayed in Chrome and IE (while it works in Firefox):
although in the HTML it is selected:
Here's the plunker to reproduce the case:
http://plnkr.co/edit/zYY8wwyVYbNUE5pwyYan?p=preview
Note, it also only happens in the mentioned browsers when I set the data asynchronously, that is, in the Plunkr (for demoing) through a $timeout, while in my production code it is fetched through an $http call.
I'm not quite sure whether it is due to some strange binding in my code or an issue within Angular itself, and since also the guys on the IRC channel were not able to help me, I'm posting it here 😃 .
Does not work in
Works in Firefox 37.0.2 and 38.0.1.
The text was updated successfully, but these errors were encountered: