From 38595fa98203ea13ef82f4d33d15d8d7fed1d912 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 11 Feb 2016 21:38:34 -0600 Subject: [PATCH] fix(input): make ion-label tappable to focus input closes #5378 --- 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 e45406d2c6..64d8655495 100644 --- a/ionic/components/input/input.ts +++ b/ionic/components/input/input.ts @@ -129,14 +129,14 @@ export class TextInput extends InputBase { * * ``` * - * @demo /docs/v2/demos/textarea/ + * @demo /docs/v2/demos/textarea/ */ @Component({ selector: 'ion-textarea', template: '' + '' + - '
', + '
', directives: [ NgIf, NextInput,