@dylanvdm wrote:
I cannot get the options for an component to bind in Ionic 2.
<ion-slides id='slider' pager autoplay="false" pager="false" options={{sliderOptions}}>
Then in the ts page behind:
sliderOptions: any = { effect: 'cube', noSwiping: true, direction: 'vertical' };
I have tried many variations but just cannot get the options to actually work.
Anyone have any ideas as this isn't documented anywhere on the Ionic docs?
Posts: 2
Participants: 2