Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels