Skip to content

Commit d5cda0a

Browse files
author
mendhak
committed
Removed call by element id
1 parent bdaa703 commit d5cda0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1 id="step1">Angular Intro.js</h1>
4040
<p id="step4" class="lead">This example uses angular directives to invoke intro.js</p>
4141
<a class="btn btn-large btn-success" ng-click="CallMe();">Show me how</a>
4242
<a class="btn btn-large btn-success" ng-click="CallMe(3);">Start at step 3</a>
43-
<a class="btn btn-large btn-success" ng-click="CallMe('#step3');">Start at element #step3</a>
43+
4444
</div>
4545

4646
<hr>

0 commit comments

Comments
 (0)