From b35a31904a00bb3093eea368f5cffa83e9ef3cc3 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Fri, 17 Jul 2015 09:42:38 -0500 Subject: [PATCH] fix --- ionic/components/form/label.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/form/label.ts b/ionic/components/form/label.ts index 181ad0d3a2..54e51ce33a 100644 --- a/ionic/components/form/label.ts +++ b/ionic/components/form/label.ts @@ -8,7 +8,7 @@ import {IonicConfig} from '../../config/config'; selector: 'label', host: { '[attr.for]': 'labelFor', - '[class.input-label]': 'inputLabel' + '[class.input-label]': 'inputLabel', '(touchstart)': 'pointerStart($event)', '(touchend)': 'pointerEnd($event)', '(mousedown)': 'pointerStart($event)',