Skip to content

Commit c176186

Browse files
author
Mark
committed
3.1.7
1 parent 1b29468 commit c176186

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/angular-slick.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* angular-slick-carousel
33
* DevMark <[email protected]>
44
* https://github.com/devmark/angular-slick-carousel
5-
* Version: 3.1.7 - 2016-08-04T06:14:14.291Z
5+
* Version: 3.1.7 - 2016-08-04T06:17:55.528Z
66
* License: MIT
77
*/
88

@@ -164,7 +164,7 @@ angular
164164

165165
$timeout(function () {
166166
angular.element(element).css('display', 'block');
167-
slickness.slick(options);
167+
slickness.not('.slick-initialized').slick(options);
168168
});
169169
}
170170

dist/angular-slick.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)