Skip to content

Commit 26c616b

Browse files
committed
derp: the inputs still get read from the input property
1 parent ae392e2 commit 26c616b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ionic/components/slides/slides.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export class Slides extends Ion {
154154
}
155155

156156
/**
157-
* @input {boolean} Whether the slide should show the page or not
157+
* @input {boolean} Whether the slide should show the pager or not
158158
*/
159159
@Input() pager: any;
160160

@@ -166,17 +166,17 @@ export class Slides extends Ion {
166166
/**
167167
* @input {number} Whether or not the slider can zoom in or out
168168
*/
169-
// @Input() zoom: any;
169+
@Input() zoom: any;
170170

171171
/**
172172
* @input {number} how long it should take to zoom a slide
173173
*/
174-
// @Input() zoomDuration: any;
174+
@Input() zoomDuration: any;
175175

176176
/**
177177
* @input {number} the max scale an slide can be zoomed
178178
*/
179-
// @Input() zoomMax: any;
179+
@Input() zoomMax: any;
180180

181181
/**
182182
* @output {any} expression to evaluate when a slide has been changed

0 commit comments

Comments
 (0)