devmark / angular-slick-carousel

Angular directive for slick-carousel
http://devmark.github.io/angular-slick-carousel/
MIT License
353 stars 125 forks source link

Previous and next arrow stopped working after upgrading from 3.1.0 to 3.1.4 #62

Closed hfreire closed 8 years ago

hfreire commented 8 years ago

Hi!

When upgrading from 3.1.0 to 3.1.4 the prevArrow and nextArrow used in the slick directive stopped working as they used. I was passing an id selector on them. Did this directive stop supporting these selectors through these options?

Here is a plunkr to demonstrate this: http://plnkr.co/edit/jbyD6yHomMM0qeM5fb1N?p=preview

devmark commented 8 years ago

Hello Hfreire, can this help for you?

http://plnkr.co/edit/N5KlkO22Im7XErtamKGi?p=preview

      prevArrow: '#prevvv',
      nextArrow: '#nexttt',