mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
feat(slides): slider loop #567
This commit is contained in:
@ -31,6 +31,7 @@ import {Scroll} from '../scroll/scroll';
|
||||
@Component({
|
||||
selector: 'ion-slides',
|
||||
inputs: [
|
||||
'autoplay',
|
||||
'loop',
|
||||
'index',
|
||||
'bounce',
|
||||
@ -75,6 +76,7 @@ export class Slides extends Ion {
|
||||
|
||||
|
||||
var options = util.defaults({
|
||||
loop: this.loop,
|
||||
pagination: '.swiper-pagination',
|
||||
paginationClickable: true,
|
||||
lazyLoading: true,
|
||||
|
Reference in New Issue
Block a user