Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
chore(scrollspy): switch helper module name
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Jan 13, 2014
1 parent 8ac440a commit 07cccdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scrollspy/docs/scrollspy.demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2 id="scrollspy-examples">Examples</h2>

<div class="callout callout-warning">
<h4>Plugin dependency</h4>
<p>Scrollspy require the <a href="//github.com/mgcrea/angular-strap/blob/master/src/jqlite/dimensions.js" target="_blank">jqlite.dimensions</a> plugin to be included.</p>
<p>Scrollspy require the <a href="//github.com/mgcrea/angular-strap/blob/master/src/helpers/dimensions.js" target="_blank">helpers.dimensions</a> module to be loaded.</p>
</div>

<div class="highlight">
Expand Down
2 changes: 1 addition & 1 deletion src/scrollspy/scrollspy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

angular.module('mgcrea.ngStrap.scrollspy', ['mgcrea.ngStrap.jqlite.debounce', 'mgcrea.ngStrap.jqlite.dimensions'])
angular.module('mgcrea.ngStrap.scrollspy', ['mgcrea.ngStrap.helpers.debounce', 'mgcrea.ngStrap.helpers.dimensions'])

.provider('$scrollspy', function() {

Expand Down

0 comments on commit 07cccdd

Please sign in to comment.