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.
Hi ! I've nearly the same issue as the #11890, but in my case i bind directly on a string. Moreover, sometimes the value is correctly bind, sometimes it isn't - I can't reproduce it everytime ! My select's options are hard coded (don't use ng-options) and the code is as simple as this plunker http://plnkr.co/edit/k09Xh9xEgcXQBbKTkRdh?p=preview, except i retrieve my datas from a service.
I already tried $scope.$apply, $timeout, setTimeout,.. None of this solution works for me
The text was updated successfully, but these errors were encountered:
you are using quite an old version of 1.4.x line - please re-test with the latest release
I can't reproduce with the attached plunker either.... I'm afraid you will have to narrow it down a bit more - we can't fix bugs that we can't reproduce....
Hi ! I've nearly the same issue as the #11890, but in my case i bind directly on a string. Moreover, sometimes the value is correctly bind, sometimes it isn't - I can't reproduce it everytime ! My select's options are hard coded (don't use ng-options) and the code is as simple as this plunker http://plnkr.co/edit/k09Xh9xEgcXQBbKTkRdh?p=preview, except i retrieve my datas from a service.
I already tried $scope.$apply, $timeout, setTimeout,.. None of this solution works for me
The text was updated successfully, but these errors were encountered: