Skip to content

Commit

Permalink
fix(datepicker): update activeDate on select (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalcher authored and valorkin committed Mar 1, 2017
1 parent 63c64e0 commit 378726b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datepicker/datepicker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export class DatePickerComponent implements ControlValueAccessor {
}

public onUpdate(event: any): void {
this.activeDate = event;
this.onChange(event);
}

Expand Down

0 comments on commit 378726b

Please sign in to comment.