devmark / angular-slick-carousel

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

ISSUE - Slickness.not is not a function #144

Closed peterfiorito closed 4 years ago

peterfiorito commented 6 years ago

Changed angular.element to jquery element as jqlite does not support .not()

Related Issue: https://github.com/devmark/angular-slick-carousel/issues/131

ghost commented 5 years ago

When will it get merged? Facing same issue with build I am using with grunt.

peterfiorito commented 5 years ago

@umairfarooq I don't think this repo is being maintained at all. Personally, I haven't done any work in angularjs since 2018 either. In any case, you can use my fork of this in: https://github.com/peterfiorito/angularjs-slickCarousel-directive or in npm: https://www.npmjs.com/package/angularjs-slickcarousel-directive. I don't work with it much, but it's still being used by quite some people. Good luck with your project!

ghost commented 5 years ago

@peterfiorito I ended up doing the same fix in my fork as well and it works for me now. Thanks :)