RC5 Slider options not working

I have upgrade my app from RC3 to RC5, I have slider in my app but it’s options not working at all…

autoplay, pager not working, I check new slider document and found that now zoom is possible so I also enable zoom but it’s also not working…

this code works well in RC3 but not working in RC5

mySlideOptions = {
    initialSlide: 0,
    pager: true,
    lazyLoading: true,
    autoHeight:true,
    preloadImages:true,
    lazyLoadingInPrevNext: true
  };

Take a look at rc5 breaking changes: https://github.com/driftyco/ionic/blob/master/CHANGELOG.md

There is a breaking change with sliders in RC5 and options attribute is removed.

Good news is that with the next update, it will be possible to set these options again but in a different manner.