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 bdaa703 commit d5cda0aCopy full SHA for d5cda0a
example/index.html
@@ -40,7 +40,7 @@ <h1 id="step1">Angular Intro.js</h1>
40
<p id="step4" class="lead">This example uses angular directives to invoke intro.js</p>
41
<a class="btn btn-large btn-success" ng-click="CallMe();">Show me how</a>
42
<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>
+
44
</div>
45
46
<hr>
0 commit comments