Skip to content

Commit 6d477fa

Browse files
committed
Added a ruler
1 parent 5bfc4d4 commit 6d477fa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

demo/images/ruler.png

2.79 KB
Loading

demo/less/core/pages/demo.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
.demo {
1010
min-height: 2000px;
11+
background: url(images/ruler.png) repeat-y top left;
1112
}
1213

1314
[save-content="intro"], [save-content="css"] {

demo/views/getting-started.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ <h2>Features</h2>
6868
It allows you to have more control over the the look and feel of your sticky elements from both HTML and from code.
6969
</p>
7070
<ul>
71-
<li scroll-to="directive:hlSticky">Directive: hlSticky</li>
71+
<li scroll-to="hlSticky">Directive: hlSticky</li>
7272
</ul>
7373

7474
<h3>Directives</h3>
75-
<h3 id="directive:hlSticky"><code>hlSticky</code></h3>
75+
<h3 id="hlSticky"><code>hlSticky</code></h3>
7676
<p>
7777
The magical sticky directive.
7878
</p>

0 commit comments

Comments
 (0)