Answer the question
In order to leave comments, you need to log in
Why doesn't the slick gallery (and any other) work when using ng-repeat, Angularjs?
I tried a bunch of different galleries, from the most popular owl and angular-slick The
question is the following
1. when outputting via html, everything works.
For example:
slick id = "slide">
<div><img src="{{bike.gallery[1]}}" alt=""></div>
<div><img src="{{bike.gallery[2]}}" alt=""></div>
<div><img src="{{bike.gallery[3]}}" alt=""></div>
</slick>
<slick>
<div ng-repeat="bike_one in bike.gallery" >
<img src="{{ bike_one}}" alt="" class="img-responsive">
</div>
</slick>
Answer the question
In order to leave comments, you need to log in
I am 100% sure that you are declaring the slider via the jQuery way.
stackoverflow.com/questions/14994391/thinking-in-a...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question