We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ionic v2 beta.11 Minor bug, pager property doesn't work. It checked on browser Chrome.
Introduction:
<ion-slides [options]="{pager: true}"> <!-- it works fine -->
<ion-slides pager="true"> <!-- it doesn't work -->
Which Ionic Version? 2.x
//cc @jgw96
The text was updated successfully, but these errors were encountered:
This property was removed awhile ago, it should be passed in options. That is the only input that is added to slides: http://ionicframework.com/docs/v2/api/components/slides/Slides/#input-properties
options
Please see this issue: #5508
Sorry, something went wrong.
No branches or pull requests
Ionic v2 beta.11
Minor bug, pager property doesn't work. It checked on browser Chrome.
Introduction:
<ion-slides [options]="{pager: true}"> <!-- it works fine -->
<ion-slides pager="true"> <!-- it doesn't work -->
Which Ionic Version? 2.x
//cc @jgw96
The text was updated successfully, but these errors were encountered: