vasyabigi / angular-slick

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

Fix for prevArrow and nextArrow #111

Open FernandoVelcic opened 9 years ago

FernandoVelcic commented 8 years ago

Because prev-arrow and next-arrow is not working, prev-arrow and next-arrow needs html text not a JS object: Example: prev-arrow="<a class='flechas prev' title='Ir al libro anterior'>Anterior</a>"

This example work in original jquery plugin as configuration but not in angular directive.