patrickmarabeas / ng-ScrollSpy.js

An AngularJS module for navigation highlighting
http://patrickmarabeas.github.io/ng-ScrollSpy.js
MIT License
26 stars 9 forks source link

Not seems to be working #9

Closed EugeneFeshchenko closed 9 years ago

EugeneFeshchenko commented 9 years ago

Hi, your demo site http://patrickmarabeas.github.io/ng-ScrollSpy.js/ is not highliting currently scrolled item. And when I installed and set up plugin on my project it fails with error:

Exception Error: config.throttle is not a function .link@http://127.0.0.1:8000/static/vendor/ng-ScrollSpy.js/src/ng-ScrollSpy.js:90:54

Am I doing something wrong ?

patrickmarabeas commented 9 years ago

Oops! Was linking to dev location of Angular - fixed : )

Issue has been fixed in v3.2.1 - a remnant from when the throttle function was included and the setting was simply a bool.

Thanks!