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 6546a43 commit 10d05c2Copy full SHA for 10d05c2
README.md
@@ -5,10 +5,6 @@ angular-slick-carousel
5
6
Angular directive for [slick-carousel](http://kenwheeler.github.io/slick/)
7
8
-Release: 3.0.9
9
-------------
10
-- fixed attribute data, slick version request `1.5.8`
11
-
12
Usage
13
-----
14
@@ -90,7 +86,7 @@ as shown in the example.
90
86
<button ng-click='slickConfig.method.slickPause()'>slickPause()</button>
91
87
```
92
88
93
-### SlideData ###
89
+### Slide data ###
94
For change slide content, you have to set `data` attribute AND `ng-if`
95
96
- controller:
@@ -125,7 +121,4 @@ For change slide content, you have to set `data` attribute AND `ng-if`
125
121
slickCarouselConfig.autoplay = false;
126
122
}])
127
123
128
-TODO
129
------
130
-- Create unit test
131
124
0 commit comments