Skip to content

Commit 6464988

Browse files
committed
minor cleanup
1 parent 73c94b6 commit 6464988

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<ul class="dropdown-menu">
9090
<li><a href="examples.html#angularjs-single-timer">AngularJS - Single Timer</a></li>
9191
<li><a href="examples.html#angularjs-multiple-timer">AngularJS - Multiple Timers</a></li>
92-
<li><a href="examples.html#jquery-timer">JQuery</a></li>
92+
<li><a href="examples.html#jquery-timer">jQuery</a></li>
9393
<li><a href="examples.html#plain-javascript">Plain JavaScript</a></li>
9494
</ul>
9595
</li>

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<ul class="dropdown-menu">
9090
<li><a href="examples.html#angularjs-single-timer">AngularJS - Single Timer</a></li>
9191
<li><a href="examples.html#angularjs-multiple-timer">AngularJS - Multiple Timers</a></li>
92-
<li><a href="examples.html#jquery-timer">JQuery</a></li>
92+
<li><a href="examples.html#jquery-timer">jQuery</a></li>
9393
<li><a href="examples.html#plain-javascript">Plain JavaScript</a></li>
9494
</ul>
9595
</li>
@@ -193,7 +193,8 @@ <h4>Attributes</h4>
193193

194194

195195
<h4>Events</h4>
196-
<p>Following events can be triggered to timer directive</p>
196+
<p>Following DOM events can be triggered to <em>timer</em> directive.
197+
Prepend to <code>timer-</code> for scope based events when called from AngularJS controllers.</p>
197198
<table class="table table-bordered table-striped">
198199
<thead>
199200
<tr>

0 commit comments

Comments
 (0)