This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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 ($) { |