-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
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
ionic2 ion-slides option not working as expected #6007
Comments
Swiper needs to be updated to the latest version, which we will do when we move it to an external module: #6198 |
Moving to beta.6 to fix with #6198 |
Thanks for the issue. Slides have been refactored and these should both be working. Please see the docs for usage: http://ionicframework.com/docs/v2/api/components/slides/Slides/#input-properties |
Hi ! I declared an object sliderOptions = {pager: true, loop: true, paginationType: 'fraction'} and declared in my html: <ion-slides [options]="sliderOptions" #newsSlider>. Any other attribute like pager or loop works fine but my pagination is still the same - bullets. May you drive me somewhere I could find a solution please? |
@brandyscarney it appears that the code below still is not honoring
Ionic info:
|
@okonon When you wrap
is looking for a variable called
It works for More information on property binding can be found here: https://angular.io/docs/ts/latest/guide/template-syntax.html#!#property-binding Thanks! :) |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Note: for support questions, please use one of these channels:
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
Short description of the problem:
slideOptions:any ={direction:'vertical',paginationType: 'fraction' };
only direction works ,but paginationType is not working
What behavior are you expecting?
Steps to reproduce:
here is the pen
http://codepen.io/anon/pen/MyvRRr
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
Which Ionic Version? 1.x or 2.x
2.x
Run
ionic info
from terminal/cmd prompt: (paste output below)Your system information:
Cordova CLI: 6.1.0 (cordova-lib@undefined)
Gulp version: CLI version 3.9.0
Gulp local: Local version 3.9.1
Ionic Version: 2.0.0-beta.3
Ionic CLI Version: 2.0.0-beta.23
Ionic App Lib Version: 2.0.0-beta.13
ios-deploy version: 1.8.5
ios-sim version: 5.0.3
OS: Mac OS X El Capitan
Node Version: v4.2.1
Xcode version: Xcode 7.2 Build version 7C68
The text was updated successfully, but these errors were encountered: