vasyabigi / angular-slick

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

slider.unslick is not a function #179

Open yukopangestu opened 6 years ago

yukopangestu commented 6 years ago

Help, I got errors from this

Here is the error message TypeError: slider.unslick is not a function at slick.js:60 at angular.js:19916 at f (angular.js:6111) at angular.js:6390 TypeError: slider.unslick is not a function at http://doowhop.dev/bower_components/angular-slick/dist/slick.js:60:20 at https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.1/angular.min.js:160:433 at f (https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.1/angular.min.js:47:148) at https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.1/angular.min.js:50:68 Possibly unhandled rejection: {}

Is it about package? Please give me the detail about the package requirement for this module:

"angular-loading-bar": "^0.9.0", "angular-ui-tinymce": "^0.0.19", "angular-slick": "^0.2.1", "jquery-modal": "^0.9.1", "tinymce": "tinymce-dist#^4.7.1", "slick-carousel": "^1.8.1"

That is my current bower, for angular etc I use the CDN which is displayed above

Here is the HTML or PHP file using the slick:

` div id="home-slideshow" ng-controller="homeSliderController" ng-init='initialSlide({"get":"{{$varJS['getslide']}}"})'>

</div>

`