This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
select + ng:options does not show all options #464
Closed
Description
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.