Skip to content

Commit

Permalink
Merge pull request #22 from drmjo/master
Browse files Browse the repository at this point in the history
Trigger bootstrap events
  • Loading branch information
Andreas Klein committed Jun 10, 2014
2 parents dec3fc7 + 947ee8a commit 8abfae3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/touch-carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@
this.$indicators.find('.active').removeClass('active');
this.$indicators.children().eq(index).addClass('active');
}

this.$element.trigger('slid.bs.carousel');


return this;
}
Expand Down

0 comments on commit 8abfae3

Please sign in to comment.