Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit a5e114d

Browse files
committed
demo(carousel): mention 0 in interval option
Now an interval of 0 will also stop the carousel.
1 parent 392c0ad commit a5e114d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/carousel/docs/demo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h4>Slide {{$index}}</h4>
1616
</div>
1717
<div class="col-md-6">
1818
Interval, in milliseconds: <input type="number" class="form-control" ng-model="myInterval">
19-
<br />Enter a negative number to stop the interval.
19+
<br />Enter a negative number or 0 to stop the interval.
2020
</div>
2121
</div>
2222
</div>

0 commit comments

Comments
 (0)