You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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>
The text was updated successfully, but these errors were encountered: