Skip to content

Commit 10d05c2

Browse files
author
Mark
committed
updated
1 parent 6546a43 commit 10d05c2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ angular-slick-carousel
55

66
Angular directive for [slick-carousel](http://kenwheeler.github.io/slick/)
77

8-
Release: 3.0.9
9-
------------
10-
- fixed attribute data, slick version request `1.5.8`
11-
128
Usage
139
-----
1410

@@ -90,7 +86,7 @@ as shown in the example.
9086
<button ng-click='slickConfig.method.slickPause()'>slickPause()</button>
9187
```
9288

93-
### SlideData ###
89+
### Slide data ###
9490
For change slide content, you have to set `data` attribute AND `ng-if`
9591

9692
- controller:
@@ -125,7 +121,4 @@ For change slide content, you have to set `data` attribute AND `ng-if`
125121
slickCarouselConfig.autoplay = false;
126122
}])
127123
```
128-
TODO
129-
-----
130-
- Create unit test
131124

0 commit comments

Comments
 (0)