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
Intoruced a standard Angular-way mechanism for Adapter assignments via $parse service.
Adapter public methods and properties are extracted into a stand-alone entity which is accessible outside the ui-scroll directive (instead of passing the original ui-scroll Adapter object with all of it's props and methods).