vasyabigi / angular-slick

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

Can't call slick method like slickNext() #147

Closed crossRT closed 8 years ago

crossRT commented 8 years ago

I read #74 and tried to call slickNext(). but it returns me an error because of slickControl is undefined. I want to create a button that allows me to go to the next section. Anyone can tell how to call slick function?