Open psmod2 opened 8 years ago
Hi,
I have the same error. Do you find any solution? :)
Hi,
I actually stopped using a carousel on my site - however from what I very briefly remember it was related to some dependency or the angular-slick library that I was using being the wrong version.
I just tried a few different combinations and one of them worked.
Hi,
I have my slick carousel looking like:
However - when the data
questionsMost
scope variable gets updated, the items in the carousel appear as a list on my page, not as an updated carousel.So the error in the console i get is
slider.unslick is not a function
and on reading here I tried usingslider.slick("unslick");
which gets rid of the message however it doesn't show the correct/update data.Any ideas what I'm missing or is this a issue?
Thanks.