Skip to content

Commit 427ed44

Browse files
committed
Readme GIF
1 parent e930381 commit 427ed44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# Angular sticky navigation directive
2+
![Angular sticky navigation directive demo](http://cdn.makeagif.com/media/9-14-2015/D7S9Ra.gif)
3+
4+
25
### [Quick Demo](http://ng-milk.github.io/angular-sticky-navigation-directive/)
36
Angular directive to make a sticky element, read about it on [here](https://ngmilk.rocks/2015/04/09/angularjs-sticky-navigation-directive/).
47
It will add a `ng-sticky-fixed` class whenever your navigation is not visible on the viewport (therefore it will make it visible & sticky).
58
It's up to you to style the class properly, see the example for more.
69

10+
711
## Usage
812
1. Include `ng-sticky.js`.
913
2. Add `dm.stickyNav` as a dependency to your app.
1014
3. Profit!
1115

16+
1217
## Bower
1318
Installable via `bower`:
1419

0 commit comments

Comments
 (0)