I'am working with ion-slide-box, the problem i have is when i set the one single form for the whole slider, the slider doesn't seem to be working again. I end up with one view and no more slides.
here is my simple code :
<form><ion-slide-box>
<ion-slide>Slide 1</ion-slide>
<ion-slide>Slide 2</ion-slide>
<ion-slide>Slide 3</ion-slide></ion-slide-box></form>
Please can anyone tell me what should I do to set one form for all my slides, thanks.