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 Apr 12, 2024. It is now read-only.
I've noticed that <option value="" disabled> is not selected by default when model valus is empty. It works correctly when I set ng-disabled="true" attribute instead, though.
This issue started affecting our application after we updated angular from 1.2.5 to 1.2.16.
Thanks for reporting this issue. It looks like the root cause of this issue is the same as in #6828 and that the same fix #7136 fixes this issue too.
Closing this so this issue is handled in one place
Dear team,
I've noticed that
<option value="" disabled>
is not selected by default when model valus is empty. It works correctly when I setng-disabled="true"
attribute instead, though.This issue started affecting our application after we updated angular from 1.2.5 to 1.2.16.
I've created plunker with example of this issue: http://plnkr.co/edit/CZ3vUYhOkF1c8feFxcDq?p=preview
Reproducable: always
Browsers: Chrome 31, Firefox 26
Operating system: Ubuntu 13.04
The text was updated successfully, but these errors were encountered: