angular-carousel icon indicating copy to clipboard operation
angular-carousel copied to clipboard

Carousel inside carousel? (nesting)

Open peterwesterlund opened this issue 7 years ago • 1 comments

Is it possible to place a carousel inside a carousel?

I'm using like a master carousel for the whole page with different articles in every slide. And then in every article there is image galleries that I want to use the same functionality.

peterwesterlund avatar Feb 03 '17 01:02 peterwesterlund

just add event.stopPropagation() into function swipeMove() {} in angular-carousel.js:436

demo: https://codepen.io/simply201051/pen/rYORVR

simply201051 avatar Nov 02 '17 09:11 simply201051