This commit is contained in:
Adam Bradley
2015-07-17 09:42:38 -05:00
parent 25960e0d52
commit b35a31904a

View File

@ -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)',