Skip to content

Commit 73af7e8

Browse files
committed
Removed slider.css include -> not needed in the new version
1 parent 9157e10 commit 73af7e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/carousel/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
Use a `<carousel>` element with `<slide>` elements inside it. It will automatically cycle through the slides at a given rate, and a current-index variable will be kept in sync with the currently visible slide.
33

44
## Demo
5-
Add the following css file to your index.html
6-
```html
7-
<link rel="stylesheet" href="packages/angular_ui/carousel/slide.css">
8-
```
9-
105
Use the `<carousel>` element in your html
116
```html
127
<div style="height: 305px">

0 commit comments

Comments
 (0)