Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Commit

Permalink
0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
allenhwkim committed Feb 25, 2017
1 parent 7de2bcf commit abdece4
Show file tree
Hide file tree
Showing 17 changed files with 86 additions and 50 deletions.
74 changes: 37 additions & 37 deletions app/build/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/build/app.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/ng2-datetime-picker.component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ export declare class Ng2DatetimePickerComponent {
maxHour: number;
disabledDates: Date[];
showCloseButton: boolean;
showCloseLayer: boolean;
selected$: EventEmitter<any>;
closing$: EventEmitter<any>;
hours: ElementRef;
minutes: ElementRef;
el: HTMLElement;
monthData: any;
disabledDatesInTime: number[];
locale: any;
constructor(elementRef: ElementRef, ng2Datetime: Ng2Datetime, cdRef: ChangeDetectorRef);
year: number;
month: number;
Expand Down
6 changes: 4 additions & 2 deletions dist/ng2-datetime-picker.component.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit abdece4

Please sign in to comment.