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

Events "on-before-change" & "on-after-change" are fired forever. #46

Open AUK4GIT opened 6 years ago

AUK4GIT commented 6 years ago

The events are fired even after I have closed the view that is hosting the directive ui-carousel. I am implementing the logic to fetch the image from server in"onCarouselBeforeChange" event. First time it works good. but the second time onwards the events from the first time are also fired and my logic fails.