angular-scroll
angular-scroll copied to clipboard
Not working with jQuery 1.* or 2.*
No errors in the console. Works fine when jQuery is removed.
Fix was to change el.scrollTo() to el.duScrollTo() ~line 122 in animationStep function definition.
It would be nice if you prefixed all element-method additions in the next major version. I don't currently use jQuery, but I might in the future. Otherwise great library!