Skip to content

Commit 7caf8f9

Browse files
committed
Add module in readme
1 parent db0077e commit 7caf8f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ bower install ng-sticky
2525
See [index.html](https://github.com/ng-milk/angular-sticky-navigation-directive/blob/master/index.html) for an example.
2626

2727
```html
28+
<script>
29+
angular.module('app', ['dm.stickyNav']);
30+
</script>
31+
2832
<style>
2933
.ng-sticky-fixed{
3034
background-color:rgba(0, 0, 0, 0.1);

0 commit comments

Comments
 (0)