revolunet / angular-carousel

Mobile friendly AngularJS carousel
http://revolunet.github.io/angular-carousel
MIT License
1.55k stars 708 forks source link

Carousel inside carousel? (nesting) #425

Open peterwesterlund opened 7 years ago

peterwesterlund commented 7 years ago

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.

simply201051 commented 6 years ago

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

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