We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145e2fa commit 79b8688Copy full SHA for 79b8688
lib/carousel/README.md
@@ -10,7 +10,7 @@ Add the following css file to your index.html
10
Use the `<carousel>` element in your html
11
```html
12
<div style="height: 305px">
13
- <carousel interval="5000">
+ <carousel interval="2500">
14
<slide ng-repeat="item in slides" active="item['active']">
15
<img ng-src="{{item['image']}}" style="margin:auto;">
16
<div class="carousel-caption">
0 commit comments