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 db0077e commit 7caf8f9Copy full SHA for 7caf8f9
README.md
@@ -25,6 +25,10 @@ bower install ng-sticky
25
See [index.html](https://github.com/ng-milk/angular-sticky-navigation-directive/blob/master/index.html) for an example.
26
27
```html
28
+<script>
29
+ angular.module('app', ['dm.stickyNav']);
30
+</script>
31
+
32
<style>
33
.ng-sticky-fixed{
34
background-color:rgba(0, 0, 0, 0.1);
0 commit comments