From 4a8e7f93ce1ecb1d5789f9a2826ce81d3cf2869d Mon Sep 17 00:00:00 2001 From: Keenan Date: Wed, 13 Apr 2016 10:46:22 -0500 Subject: [PATCH] Updated ion-input doc typo clearInput property was on ion-item element instead of ion-input element in example --- ionic/components/input/input.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ionic/components/input/input.ts b/ionic/components/input/input.ts index 27f2dfe3c0..e76cc8f60f 100644 --- a/ionic/components/input/input.ts +++ b/ionic/components/input/input.ts @@ -55,8 +55,8 @@ import {Platform} from '../../platform/platform'; * * * - * - * + * + * * * ``` *