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
Previously the item from the list was modified with the
_uiSelectChoiceDisabled property. This allowed a leakage of information
from ui-select to outside the directive. It also caused issues when the
was used outside of the directive.
This commit adds a reference array to store disabled items and so
prevents the need to modify the item in place.
Closesangular-ui#1200 and angular-ui#1661
Partially supersedes angular-ui#1641
0 commit comments