mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix
This commit is contained in:
@ -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)',
|
||||
|
Reference in New Issue
Block a user