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(uiSelectCtrl): scroll to active position on dropdown open in conjunction with $animate
The function `_ensureHighlightVisible()` that scrolls to the
active (highlighted) element is never invoked at the end of the
animation, when animation is used
The logic that handles non animation opening is a bit different in that
it scrolls to the highlighted element
Updated the animation handler to perform similarly
0 commit comments