This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Regression: cannot select the last option in <select> with ng-options #10161
Milestone
Comments
it looks like a real bug, let me see if it is possible to fix this quickly |
it looks like this is an actual issue even on 1.3. #10166 is tracking the fix for 1.3, once this landed I will back port the fix to 1.2 |
Is it sensible to track the backport to 1.2 under the 1.3.x milestones? Should we have another milestone that tracks 1.2.x issues? |
@Narretz if this is cherry-pickable to 1.2.x than we should do it IMO |
Seems like the same as #10213 |
This is also fixed by #10639 - see http://jsbin.com/zejihedovi/1/edit?html,js,output |
We are not going to backport this to 1.2.x since that branch is only receiving security fixes now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a select directive with ng-options on a simple array of strings :
With angularjs 1.2.27, I cannot select the last option ('C') the first time. I can only select other entries.
Reproduced here :
http://jsbin.com/pahujutico/1/watch?html,js,output
Steps :
It works well with angularjs 1.2.25.
The text was updated successfully, but these errors were encountered: