-
Notifications
You must be signed in to change notification settings - Fork 111
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
smoothScroll as a service works in .js but not in min.js #59
Comments
Just confirmed this. Was not working with the min. Switched to the other file and it worked right away. |
I also dealt with this problem, I tried to minify the file myself and found that it works. I will submit a pull request with the newly minified file. |
Closed
Same issue. Couldn't make it work with the min.js file, had to use the lib version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the min.js file in this repo is broken. I saw an other issue complaining about scroll-to directive not working. The same case with me but with smoothScroll service in controller. If the lib/.js file is included it works, if the dist/.min.js file is included, it does not work.
The text was updated successfully, but these errors were encountered: