mihnsen / ui-carousel

A simple, lightweight module for carousel in your AngularJS app, Inspired from slick carousel.
http://mihnsen.github.io/ui-carousel/
MIT License
77 stars 67 forks source link

click Even on carousel-item #62

Open llakhani opened 6 years ago

llakhani commented 6 years ago

Hello, I'm implementing this with angularjs, But I' m not able to use ng-click on carousel-item. Can any one help me out?

FadiAboMsalam commented 6 years ago

please check the https://github.com/mihnsen/ui-carousel/issues/31 there is a simple solution that worked with me ng-click="$parent.$parent.theFunction()"