devmark / angular-slick-carousel

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

Fix for slickness.not is not a function,slickness.slick is not a function #147

Open ghost opened 5 years ago

ghost commented 5 years ago

Issue https://github.com/devmark/angular-slick-carousel/issues/131 DOM element fetched via angular.element does not have a not function. This PR fixes the issue by fetching element using jquery $() method to fetch the element