Skip to content

Commit

Permalink
version updated to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalaji committed Nov 15, 2017
1 parent 5d07805 commit 96d7af4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bb-angular-ui-carousel",
"version": "1.0.3",
"version": "1.0.4",
"authors": [
{
"name": "Bigbasket",
Expand Down
2 changes: 1 addition & 1 deletion dist/ui-carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ angular.module('ui.carousel.controllers').controller('CarouselController', ['$sc
$timeout(function () {
_self.refreshCarousel();
_about_to_refresh = false;
}, 50);
}, 5);
};
/**
* update when resize
Expand Down
Loading

0 comments on commit 96d7af4

Please sign in to comment.