Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slider.unslick is not a function #179

Open
yukopangestu opened this issue Nov 29, 2017 · 0 comments
Open

slider.unslick is not a function #179

yukopangestu opened this issue Nov 29, 2017 · 0 comments

Comments

@yukopangestu
Copy link

yukopangestu commented Nov 29, 2017

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']}}"})'> <slick init-onload="true" data="indexSlider" autoplay="true" autoplays-speed="5000"> <div ng-repeat="itemslider in indexSlider"><img src="@{{ itemslider.image }}"></div> </slick> </div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant