TouchSlider icon indicating copy to clipboard operation
TouchSlider copied to clipboard

How to use AngularJS and TouchSlider?

Open highfeed opened this issue 10 years ago • 1 comments

How to use AngularJS and TouchSlider?

highfeed avatar Nov 01 '14 15:11 highfeed

    var timer = setInterval(function () {
        if ($('.touchslider').length) {
            $('.touchslider').touchSlider({});
            clearInterval(timer);
            return false;
        }
    }, 1);

:D

highfeed avatar Nov 01 '14 15:11 highfeed