Closed moose-byte closed 8 years ago
I'm trying to understand how to use this directive. I'm trying to use the basic smoothScroll directive, and not having any succes.
I'm including the minified version of the library in my application. I also inject the module into my angular app
angular.module('myApp', ['smoothScroll'])
I've included the attribute in my HTML code
<div smooth-scroll>
What am I missing?
Here is my jsFiddle
Try to use the not minified version.
Thank you @lherich, that works for me!
I'm trying to understand how to use this directive. I'm trying to use the basic smoothScroll directive, and not having any succes.
I'm including the minified version of the library in my application. I also inject the module into my angular app
I've included the attribute in my HTML code
What am I missing?
Here is my jsFiddle