angular-flexslider
angular-flexslider copied to clipboard
Adding slide with control-nav="thumbnails" attribute on <flex-slider
Example:
Using thumbnail navigation in add-remove-slides.html causes addRandomSlide() to freeze:
Yep it freezes, I'm trying to understand if it is a directive problem or a flexslider one. Did you find out anything?
Hello, I know this is an old issue, but it's also happening to me. I think it's a flexslider problem because it tries in line 168 of jquery.flexslider.js } else if (!$(slider.vars.asNavFor).data('flexslider').animating && !$slide.hasClass(namespace + "active-slide")) {
$(slider.vars.asNavFor) will result in the main slider and it tries to access the data attribute but it can't since angular doesn't put it in the DOM.
There are, of course, multiple points where it tries to use the data from the DOM but it cant.
I have the same problem. Has anyone solved this?