Skip to content

Commit

Permalink
fix(toggle): host listeners are not longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jun 22, 2016
1 parent 6e34739 commit 4aa322d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/toggle/toggle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 4aa322d

Please sign in to comment.