We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1eeb5 commit 39cc5a6Copy full SHA for 39cc5a6
2 files changed
README.md
@@ -5,10 +5,9 @@ angular-slick-carousel
5
6
Angular directive for [slick-carousel](http://kenwheeler.github.io/slick/)
7
8
-Release: 3.0.5
+Release: 3.0.7
9
------------
10
-- fixed dynamic data, discussed [below](#slidedata) in detail
11
-
+- fixed attribute data, slick version request `1.5.7`
12
13
Usage
14
-----
bower.json
@@ -20,7 +20,7 @@
20
"bower.json"
21
],
22
"dependencies": {
23
- "slick-carousel": "~1.5.6",
+ "slick-carousel": "~1.5.7",
24
"angular": ">=1.3.0"
25
},
26
"devDependencies": {
0 commit comments