-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime Error: Object(...) is not a function #28
Comments
Managed to fix this by updating the onScroll() method to return just the ionScroll. Though you might want to take a look if this has other compatibility issues. |
Came here to post this issue but your solution worked for me. Many thanks! |
I'm glad it helped you too. :) |
@omelsoft Thanks, will have a look at the PR ASAP. |
any news about PR? |
This resolves issue jonaszuberbuehler#28
Still having the issue. tried the onScroll() method but no help. |
I found this directive helpful in one of my project by looking at each demo. However, when I tried to integrate this to my project I got an error which says Object(...) is not a function as you can see below.
The following are my Ionic info:
The text was updated successfully, but these errors were encountered: