Skip to content

Commit

Permalink
Bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyabigi committed Mar 27, 2015
1 parent 63d0822 commit 1d3215b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-slick",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/slick.js",
"ignore": [
"app",
Expand Down
2 changes: 1 addition & 1 deletion dist/slick.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ angular.module('slick', []).directive('slick', [
return $timeout(function () {
var slider;
slider = $(element);
slider.unslick();
slider.slick('unslick');
slider.find('.slick-list').remove();
return slider;
});
Expand Down
2 changes: 1 addition & 1 deletion dist/slick.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d3215b

Please sign in to comment.