devmark / angular-slick-carousel

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

initialSlide & focusOnSelect : When we add the both in slick slider configuration, initialslide is not working properly. #150

Open chandusri opened 4 years ago

chandusri commented 4 years ago

thumbs: { config: angular.extend({ enabled: true, draggable: true, method: {}, variableWidth: true, arrows: false, swipeToSlide: true, centerMode: false, focusOnSelect: true, initialSlide: 3, }