vasyabigi / angular-slick

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

Enable/Disable slick #113

Open zenny-ritchie opened 9 years ago

zenny-ritchie commented 9 years ago

Is there any way to enable and disable carousel based on some value. I need this so i can use jQuery-UI-Sortable when carousel is disabled and after sorting carousel items to enable it ?

szimek commented 9 years ago

I got the same question. I could find the carousel element and call slickPause/Playon it in my controller, but is there any more angular-ish way to do it?