stackfull / angular-virtual-scroll

Source for the sf.virtualScroll module for AngularJS
MIT License
262 stars 42 forks source link

Adds threshold #36

Closed RichardCzechowski closed 2 years ago

RichardCzechowski commented 9 years ago

Checks to see if user has scrolled further than the event firing threshold. Useful for complex tables that are jittery because of the constant updates. This shouldn't change the current functionality unless threshold is set.

RichardCzechowski commented 2 years ago

obsolete