From b814314b314edc5ccae89edc2a6666cdd71cdb09 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sun, 6 Mar 2016 23:02:16 -0600 Subject: [PATCH] fix(input): add tappable attr to input-cover --- ionic/components/input/input.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/input/input.ts b/ionic/components/input/input.ts index b137aee8c23..e5ec1e5aa9d 100644 --- a/ionic/components/input/input.ts +++ b/ionic/components/input/input.ts @@ -68,7 +68,7 @@ import {Platform} from '../../platform/platform'; '' + '' + '' + - '
', + '
', directives: [ NgIf, NextInput,