Skip to content

Commit

Permalink
fix(sortable): fixing AoT type issues
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jan 17, 2017
1 parent c27227f commit 717a7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sortable/sortable.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { DraggableItemService } from './draggable-item.service';
(dragover)="cancelEvent($event)"
(dragenter)="cancelEvent($event)"
(drop)="resetActiveItem($event)"
(mouseleave)="resetActiveItem()">
(mouseleave)="resetActiveItem($event)">
<div
*ngIf="showPlaceholder"
[ngClass]="placeholderClass"
Expand Down

0 comments on commit 717a7e9

Please sign in to comment.