Skip to content

Commit 79b8688

Browse files
committed
Added carousel quick-start demo
1 parent 145e2fa commit 79b8688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/carousel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the following css file to your index.html
1010
Use the `<carousel>` element in your html
1111
```html
1212
<div style="height: 305px">
13-
<carousel interval="5000">
13+
<carousel interval="2500">
1414
<slide ng-repeat="item in slides" active="item['active']">
1515
<img ng-src="{{item['image']}}" style="margin:auto;">
1616
<div class="carousel-caption">

0 commit comments

Comments
 (0)