vasyabigi / angular-slick

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

ng-click on mobile dont work #173

Open nicolasvelah opened 7 years ago

nicolasvelah commented 7 years ago

ng-click dont work on mobile.... the problem is in slick.js line 1301 funtion Slick.prototype.refresh = function() if comment /CAUSA PROBLEMAS CON NG-CLICK/ /*_.destroy();

    $.extend(_, _.initials);

    _.init();*/

ng-click works but slik have some troubles on finish slide... in desktop no problem whit ng-clik....

henriqu3 commented 7 years ago

Did you have any considerations about it?