Skip to content

Commit b45932f

Browse files
committed
add missing {{countdown}} to countdown timer example docs
1 parent ab8f4b6 commit b45932f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h3>
139139

140140
<div class="bs-docs-example">
141141
<p>
142-
The countdown timer <code ng-non-bindable="">&lt;timer interval=&quot;1000&quot; countdown=&quot;100&quot;/&gt;</code>
142+
The countdown timer <code ng-non-bindable="">&lt;timer interval=&quot;1000&quot; countdown=&quot;100&quot;&gt;{{countdown}}&lt;/timer&gt;</code>
143143
will start its countdown from 100 until it reaches 0 by ticking every second</p>
144144

145145
<h3>

0 commit comments

Comments
 (0)