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.
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.
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.