Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b1630cc

Browse files
committed
Fixed broken anchorScroll documentation demo
1 parent 47f7bd7 commit b1630cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/anchorScroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @example
1717
<example>
1818
<file name="index.html">
19-
<div ng-controller="MainCtrl">
19+
<div ng-controller="ScrollCtrl">
2020
<a ng-click="gotoBottom()">Go to bottom</a>
2121
<a id="bottom"></a> You're at the bottom!
2222
</div>

0 commit comments

Comments
 (0)