We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7b878 commit 8ecd2beCopy full SHA for 8ecd2be
bower.json
@@ -0,0 +1,26 @@
1
+{
2
+ "name": "angular-sticky-navigation-directive",
3
+ "version": "0.0.1",
4
+ "homepage": "https://github.com/ng-milk/angular-sticky-navigation-directive",
5
+ "authors": [
6
+ "Dan Mindru <mindrudan@gmail.com>"
7
+ ],
8
+ "description": "Angular directive to make a sticky element, read more on https://ngmilk.rocks/2015/04/09/angularjs-sticky-navigation-directive/",
9
+ "main": "ng-sticky.js",
10
+ "keywords": [
11
+ "angular",
12
+ "angularjs",
13
+ "directive",
14
+ "sticky",
15
+ "navigation"
16
17
+ "license": "MIT",
18
+ "ignore": [
19
+ "**/.*",
20
+ "node_modules",
21
+ "bower_components",
22
+ "lib",
23
+ "test",
24
+ "tests"
25
+ ]
26
+}
0 commit comments