From 26c616bc20730e8e524317e5287ffe8c0290d1c9 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 18 Feb 2016 12:22:04 -0500 Subject: [PATCH] derp: the inputs still get read from the input property --- ionic/components/slides/slides.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ionic/components/slides/slides.ts b/ionic/components/slides/slides.ts index b45d261e6f..211f282e86 100644 --- a/ionic/components/slides/slides.ts +++ b/ionic/components/slides/slides.ts @@ -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; @@ -166,17 +166,17 @@ export class Slides extends Ion { /** * @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() zoomDuration: any; + @Input() zoomDuration: any; /** * @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