ui-swiper icon indicating copy to clipboard operation
ui-swiper copied to clipboard

Can't find a solution to do two-way control as in API docs - is this possible?

Open letscreate opened this issue 7 years ago • 2 comments

e.g. How to do the equivalent with ui-swiper since it seems it's all based on html attributes.

idangerous example: http://idangero.us/swiper/demos/23-thumbs-gallery.html

letscreate avatar Aug 13 '17 18:08 letscreate

I haven´t used multiple swiper instances but you can get a binding of an instance like this: <swiper instance="$ctrl.swiperInstance">....</swiper>

You can then call swiper functions(e.g. nextSlide()) from inside the controller.

AN602 avatar Aug 16 '17 11:08 AN602

this does not work

Mathijs003 avatar Oct 29 '19 15:10 Mathijs003