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 5bfc4d4 commit 6d477faCopy full SHA for 6d477fa
demo/images/ruler.png
2.79 KB
demo/less/core/pages/demo.less
@@ -8,6 +8,7 @@
8
9
.demo {
10
min-height: 2000px;
11
+ background: url(images/ruler.png) repeat-y top left;
12
}
13
14
[save-content="intro"], [save-content="css"] {
demo/views/getting-started.html
@@ -68,11 +68,11 @@ <h2>Features</h2>
68
It allows you to have more control over the the look and feel of your sticky elements from both HTML and from code.
69
</p>
70
<ul>
71
- <li scroll-to="directive:hlSticky">Directive: hlSticky</li>
+ <li scroll-to="hlSticky">Directive: hlSticky</li>
72
</ul>
73
74
<h3>Directives</h3>
75
- <h3 id="directive:hlSticky"><code>hlSticky</code></h3>
+ <h3 id="hlSticky"><code>hlSticky</code></h3>
76
<p>
77
The magical sticky directive.
78
0 commit comments