devmark / angular-slick-carousel

Angular directive for slick-carousel
http://devmark.github.io/angular-slick-carousel/
MIT License
353 stars 125 forks source link

Nested carousels, and initiate carousel from translation file? #119

Open peterwesterlund opened 7 years ago

peterwesterlund commented 7 years ago

I have one big carousel for the app. And every slide contains text and images and also image galleries, that I want to be carousels in self. And I'm using angular-translate for possibility to change between two languages on the app.

Question 1: How do I get the carousels from translation files to get fired/initiated?

Question 2: How do I get them to work properly so that not the parent/big carousel starts sliding when I'm sliding the small one?

busyra commented 6 years ago

Have you found a solution to Question 2? @peterwesterlund