vasyabigi / angular-slick

Angular directive for slick-carousel
http://vasyabigi.github.io/angular-slick/
MIT License
500 stars 237 forks source link

need to disable right end navigation of the carousel whenI have second image at the left end #122

Open madasuk opened 9 years ago

madasuk commented 9 years ago

Hi, Let say I have total 5 images and I am showing 4 images at a time in my carousel with 1 image slide at a time. Now at the left end when I have 2nd image (i.e, on the right end I have 5th image) at the time the right navigation controller of the carousel has to be disabled and there should not be any more sliding. How can I achieve this?