Skip to content

Commit

Permalink
Fixed #623
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Jul 23, 2016
1 parent 4130997 commit a79b026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/schedule/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {SelectItem} from '../common';
<div [ngStyle]="style" [class]="styleClass"></div>
`
})
export class Schedule {
export class Schedule implements AfterViewInit,DoCheck,OnDestroy {

@Input() events: any[];

Expand Down

0 comments on commit a79b026

Please sign in to comment.