angular-flexslider icon indicating copy to clipboard operation
angular-flexslider copied to clipboard

Adding slide with control-nav="thumbnails" attribute on <flex-slider

Open karolikl opened this issue 11 years ago • 3 comments

Example:

Using thumbnail navigation in add-remove-slides.html causes addRandomSlide() to freeze:

  • karolikl avatar Aug 27 '13 07:08 karolikl

    Yep it freezes, I'm trying to understand if it is a directive problem or a flexslider one. Did you find out anything?

    thenikso avatar Sep 13 '13 22:09 thenikso

    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.

    jonathanablanida avatar Jul 02 '14 00:07 jonathanablanida

    I have the same problem. Has anyone solved this?

    itzik182 avatar Sep 05 '17 15:09 itzik182