angular-smoothscroll
angular-smoothscroll copied to clipboard
A directive to get a smooth scroll effect
Pretty self-explanatory. It would be nice to publish this package to `npm`. There already seems to be a `package.json` available, so it shouldn't be too hard. Here's the [steps to...
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Could you please remove jQuery as a dependency if it isn't actually required? Adding it as an optional dependency is okay, but requiring it makes the vanilla JS solution ineffective....
a link with an href that has a value, and an unrecognised target attribute will open in a new tab. Unrecognised values for the target attribute (HTML attribute) open in...
This would be nice :)
Hello, I can't use your service. I binded your module in my code. But I get the error: "Unknown provider: anchorSmoothScrollProvider
Hey.. Thanks for making this directive. It's great and simple, but had a problem in ie8 with it. The callback is not firing. The reason for this is, that there...
I've create a Service of your directive in my project to use the scroll functionality in my Controllers. My changes: - Split the smoothScroll function to smoothScrollPosition and smoothScroll for...