Closed firminochangani closed 10 years ago
Woah mate, sorry, I didn't see this comment till now. I planned to rewrite few things on this, so just let me know if you are still using it, and did you solved your problem?
@Stanko i'm not using anymore.
Thank you for the response, I'll try to fix it anyway. Thanks!
@Stanko the issue occurred for me while writing a directive to use this in angular. it was because i was passing an angular element instead of a raw element. the likely issue here is an invalid element. once i passed a raw dom node, all was well.
As for angular this seems to help
var angular_wrapped_element = angular.element(element);
var native_dom_element = angular_wrapped_element[0];
So probably, in the directive you can pass it like that.
@Stanko see my other thread lol
I'm trying to use the rocketScroll in a extension of Google Chrome 30 and it return this error in console: Uncaught TypeError: Object #
PS: Sorry for my bad english, isn't my native language.