devmark / angular-slick-carousel

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

Infinite set to true disabled ng-click #136

Open trustylogic opened 7 years ago

trustylogic commented 7 years ago

I'm noticing that if i set infinite="true", when i click on an item in the carousel that was cloned, it does not fire the ng-click function. However, if i click on the item that wasn't cloned, the ng-clicked function clicks.

Has anyone experienced this issue? I feel like when podium-slick clones an item, the ng-click doesn't work anymore.

Thanks.

ghost commented 6 years ago

Same problem here !