Parameters in a slider

Hi

my app requires the user to set several parameters.
I have a view including each parameter in a slider. (ion-slide-box).

I need now to create a view that sums up all the parameters in a list.
When the user clicks on an item in this list I want to show him the slide where you can set it.

What’s the best practice, should I create another view and link to the view with the slides and go to the required slide directly ?

How can I go to a specific slide index when the view loads ? ($ionicSlideBoxDelegate.slide(5); in the controller doesn’t work)

Thanks