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

Add new data doesn't work #29

Open tonoyandev opened 7 years ago

tonoyandev commented 7 years ago

Hii @mihnsen . Thanks for this amazing carousel ,but i find some problem .

On "carousel-next" click my data is adding, but carousel doesn't show new slides (shows only olds) and works incorrectly . How can i solve that ?

<carousel-next> <span ng-click="loadMoreSlides()">Add 5 slides</span> </carousel-next>

tzzo commented 7 years ago

Also having issues with function not firing on ng-click.