mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
fix(toggle): host listeners are not longer needed
This commit is contained in:
@ -64,13 +64,6 @@ const TOGGLE_VALUE_ACCESSOR = new Provider(
|
||||
'[attr.aria-checked]="_checked" ' +
|
||||
'[attr.aria-labelledby]="_labelId" ' +
|
||||
'[attr.aria-disabled]="_disabled" ' +
|
||||
'(touchstart)=pointerDown($event) ' +
|
||||
'(touchmove)=pointerMove($event) ' +
|
||||
'(mousemove)=pointerMove($event) ' +
|
||||
'(mousedown)=pointerDown($event) ' +
|
||||
'(touchend)=pointerUp($event) ' +
|
||||
'(mouseup)=pointerUp($event) ' +
|
||||
'(mouseout)=pointerUp($event) ' +
|
||||
'class="item-cover">' +
|
||||
'</button>',
|
||||
host: {
|
||||
|
Reference in New Issue
Block a user