Configure ion-slide

How we should do to configure slider ?
I know there is the config explained in http://ionicframework.com/docs/v2/api/components/slides/Slides/#usage
But I mean, how I configure with swiper config, as example if I want to use the paginationClickable defined on http://idangero.us/swiper/api/#.WD7x2rIrLGg . How should I do ?

just add that in your sliderOptions as follow

mySlideOptions = {
initialSlide: 1,
loop: true,
paginationClickable:true
};

Thanks, I will try it.

So I try it, but buttons does’nt appear.
Shoud I add some button on each slide ? It’s not automatic ?

did you set the “pager: true” in the options and in html "<ion-slides pager ..>"