mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix
This commit is contained in:
@ -8,7 +8,7 @@ import {IonicConfig} from '../../config/config';
|
|||||||
selector: 'label',
|
selector: 'label',
|
||||||
host: {
|
host: {
|
||||||
'[attr.for]': 'labelFor',
|
'[attr.for]': 'labelFor',
|
||||||
'[class.input-label]': 'inputLabel'
|
'[class.input-label]': 'inputLabel',
|
||||||
'(touchstart)': 'pointerStart($event)',
|
'(touchstart)': 'pointerStart($event)',
|
||||||
'(touchend)': 'pointerEnd($event)',
|
'(touchend)': 'pointerEnd($event)',
|
||||||
'(mousedown)': 'pointerStart($event)',
|
'(mousedown)': 'pointerStart($event)',
|
||||||
|
Reference in New Issue
Block a user