Skip to content

Commit

Permalink
add missing {{countdown}} to countdown timer example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bikezilla committed May 30, 2014
1 parent ab8f4b6 commit b45932f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h3>

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

<h3>
Expand Down

0 comments on commit b45932f

Please sign in to comment.