fix(datepicker): fix allowOldDates option (#761)

This commit is contained in:
Andrew Mitchell 2016-11-01 23:13:43 -05:00 committed by Ibrahim Hadeed
parent c22747fa2e
commit fa03fa544f

View File

@ -59,7 +59,7 @@ export interface DatePickerOptions {
/**
* Shows or hide dates earlier then selected date.
*/
allowOldDate?: boolean;
allowOldDates?: boolean;
/**
* Shows or hide dates after selected date.
*/