Skip to content

Commit

Permalink
demo(carousel): mention 0 in interval option
Browse files Browse the repository at this point in the history
Now an interval of 0 will also stop the carousel.
  • Loading branch information
chrisirhc authored and Oron Nadiv committed Nov 18, 2014
1 parent aa9fdee commit dab8839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/carousel/docs/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h4>Slide {{$index}}</h4>
</div>
<div class="col-md-6">
Interval, in milliseconds: <input type="number" class="form-control" ng-model="myInterval">
<br />Enter a negative number to stop the interval.
<br />Enter a negative number or 0 to stop the interval.
</div>
</div>
</div>

0 comments on commit dab8839

Please sign in to comment.