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
If the scroll distance is reached, infinite scrolls fires permanently. In my case when loading the page when the user has access to a small data set. Expected behavior would be to only fire if scrolled & reached the end of the page.
I have a ng-repeat with a filter inside of infinite-scroll, this filter is called permanently, even though I'm not reloading any new data.
If the scroll distance is reached, infinite scrolls fires permanently. In my case when loading the page when the user has access to a small data set. Expected behavior would be to only fire if scrolled & reached the end of the page.
I have a
ng-repeat
with a filter inside ofinfinite-scroll
, this filter is called permanently, even though I'm not reloading any new data.The text was updated successfully, but these errors were encountered: