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
When using start-index to begin loading somewhere in the middle of the data, if datasource.minIndex has already been set programmatically, ui-scroll doesn't properly set viewport.scrollTop(), and so it just keeps prepending data until it gets to BOF.
My workaround for the moment is to use $timeout to delay setting datasource.minIndex -- if it gets set after the first prepend datasource.get, this behavior is avoided.