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.
When changing the number of options available in a select which uses
ng:options all options are not always visible.
See http://jsfiddle.net/pzwQY/6/ for an example. Change from "colors"
to "pets" and back to "colors", the second select will now only show 2
of the 4 colors.
select colors and red and notice that the value=red
change colors to pets, and notice that value=red (no change as expected) but the ng:option does not have red in its list, so it resorts do displaying blank.
When changing the number of options available in a select which uses
ng:options all options are not always visible.
See http://jsfiddle.net/pzwQY/6/ for an example. Change from "colors"
to "pets" and back to "colors", the second select will now only show 2
of the 4 colors.
This can also be seen on your example of ng:options at
http://docs.angularjs.org/#!/api/angular.directive.ng:options. Remove
an option and a new one. The last option will not be visible.
The text was updated successfully, but these errors were encountered: