d-oliveros / ngSmoothScroll

AngularJS directives for animating smooth scrolling to elements.
276 stars 110 forks source link

Having a hard time understanding the usage of this directive #51

Closed moose-byte closed 8 years ago

moose-byte commented 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

lherich commented 8 years ago

Try to use the not minified version.

moose-byte commented 8 years ago

Thank you @lherich, that works for me!