meteor-infinite-scroll-deprecated
meteor-infinite-scroll-deprecated copied to clipboard
Enables infinite scrolling at the template level
I am using window as container for infinite scroll and for same caes in Mac the scroll keeps on showing loading without actually loading anything. I think it might be...
With this package installed, it seems to disturb the FlowRouter functionality and reloads all resources and templates on each action
In the [README API section](https://github.com/abecks/meteor-infinite-scroll#api): > You can reactively access the current limit by using [templateInstance].infiniteScroll.getLimit() (e.g. Template.instance().infiniteScroll.getLimit()) However, it appears that the `getLimit` function is being attached directly to...