Closed jlelong closed 7 years ago
Looks like an easy one — PRs are welcome!
On Oct 9, 2017, at 2:57 AM, Jerome Lelong notifications@github.com wrote:
The .scroll method is deprecated in jQuery 3. The call to .scroll(handler) on line 168 of angular-scrollable-table.js should be replaced with .on("scroll", handler).
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alalonde/angular-scrollable-table/issues/58, or mute the thread https://github.com/notifications/unsubscribe-auth/ABVm1rQmmVl5CjDlo9pnDS7H3NmA8u8Pks5sqd_3gaJpZM4PyLNI.
Thanks!
The
.scroll
method is deprecated in jQuery 3. The call to.scroll(handler)
on line 168 ofangular-scrollable-table.js
should be replaced with.on("scroll", handler)
.