Skip to content

Commit 4ce3a34

Browse files
committed
Bump versions
1 parent 3fcdcf7 commit 4ce3a34

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-sticky-navigation-directive",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Angular directive to make a sticky element, read more on https://ngmilk.rocks/2015/04/09/angularjs-sticky-navigation-directive/",
55
"main": "src/index.js",
66
"scripts": {

src/index.js

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
/*
2-
* angular-sticky-navigation-directive v0.0.5
3-
* (c) 2015 Dan Mindru http://mindrudan.com
2+
* angular-sticky-navigation-directive v0.0.7
3+
* (c) 2015 Dan Mindru <http://mindrudan.com>
44
* License: MIT
5+
*
6+
*
7+
* Thanks for contributions:
8+
* - Luciano Lattes <https://github.com/llattes>
59
*/
610

711
angular.module('dm.stickyNav', [])
@@ -82,7 +86,7 @@ function stickyNavDirective($window, $timeout, $document){
8286
}
8387
});
8488

85-
/*
89+
/*
8690
* We update the size -> this is for initial page load,
8791
* while elements load
8892
*/

0 commit comments

Comments
 (0)