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 Oct 2, 2019. It is now read-only.
fix(uiSelectMultiple): Don't call onSelectCallback if limit already reached
Previously if a limit was defined for a multiple selection ui-select
and that limit was reached, the onSelectCallback would still be fired
even though the item wasn't actually selected.
This commit moves the firing of the callback to after the select has
actually taken place to ensure it is only fired on the correct
occassions.
Fixes#1794Closes#1836
0 commit comments