mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +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-checked]="_checked" ' +
|
||||||
'[attr.aria-labelledby]="_labelId" ' +
|
'[attr.aria-labelledby]="_labelId" ' +
|
||||||
'[attr.aria-disabled]="_disabled" ' +
|
'[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">' +
|
'class="item-cover">' +
|
||||||
'</button>',
|
'</button>',
|
||||||
host: {
|
host: {
|
||||||
|
Reference in New Issue
Block a user