Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230878

Ionic 1.2 how to go to a specific slide

$
0
0

This might work but is untested, so beware.

You could use $ionicSlideBoxDelegate.next(); twice or even more to get to a chosen slide.
If you create a method that executes when clicking an item in de slidemenu with a parameter of the destination slide index, you could use that value and the value of the currentIndex to calculate how many times you have to execute $ionicSlideBoxDelegate.next();.

Is this clear enough?


Viewing all articles
Browse latest Browse all 230878

Trending Articles