Skip to content

Instantly share code, notes, and snippets.

@monomial
monomial / angularScrollSpy.js
Last active August 29, 2015 14:24 — forked from nwpappas/angularScrollSpy.js
fork of EvilClosetMonkey's angularScrollSpy.js which is based on axhill's scrollspy.coffee. Closely mimics the Bootstrap ScrollSpy plugin in Angular.
/*
* Angular ScrollSpy directive
*
* When used with ngView / ngRoute, don't forget to set `reloadOnSearch` to false in the $routeProvider.when parameters
* https://docs.angularjs.org/api/ngRoute/provider/$routeProvider
*
* Use $anchorScroll.yOffset to provide an offset for a navigation bar at the top of the screen
*/
(function ($) {