ui-swiper
ui-swiper copied to clipboard
Can't find a solution to do two-way control as in API docs - is this possible?
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
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.
this does not work