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.
Having a <select> and ng-options with a group by clause, after an update of the list (e.g. using a filter) the rendered list (of <optgroup>/<option>) isn't cleared but gets longer and longer after each update (IE11).
<selectsize="20" ng-model="selected"
ng-options="i as i.name group by i.cls for i in list | filter:filter"></select>