derp: the inputs still get read from the input property

This commit is contained in:
Brandy Carney
2016-02-18 12:22:04 -05:00
parent ae392e2db3
commit 26c616bc20

View File

@ -154,7 +154,7 @@ export class Slides extends Ion {
} }
/** /**
* @input {boolean} Whether the slide should show the page or not * @input {boolean} Whether the slide should show the pager or not
*/ */
@Input() pager: any; @Input() pager: any;
@ -166,17 +166,17 @@ export class Slides extends Ion {
/** /**
* @input {number} Whether or not the slider can zoom in or out * @input {number} Whether or not the slider can zoom in or out
*/ */
// @Input() zoom: any; @Input() zoom: any;
/** /**
* @input {number} how long it should take to zoom a slide * @input {number} how long it should take to zoom a slide
*/ */
// @Input() zoomDuration: any; @Input() zoomDuration: any;
/** /**
* @input {number} the max scale an slide can be zoomed * @input {number} the max scale an slide can be zoomed
*/ */
// @Input() zoomMax: any; @Input() zoomMax: any;
/** /**
* @output {any} expression to evaluate when a slide has been changed * @output {any} expression to evaluate when a slide has been changed