Skip to content

Commit

Permalink
Fixed #1915
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Feb 1, 2017
1 parent fe6c64b commit 5b48cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/schedule/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ export class Schedule implements DoCheck,OnDestroy,OnInit,AfterViewChecked {
initialize() {
this.schedule = jQuery(this.el.nativeElement.children[0]);
this.schedule.fullCalendar(this.config);
this.schedule.fullCalendar('addEventSource', this.events);
this.initialized = true;
}

Expand Down

0 comments on commit 5b48cf0

Please sign in to comment.