mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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