Skip to content

Commit

Permalink
fix(datepicker): fix allowOldDates option (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
hotforfeature authored and ihadeed committed Nov 2, 2016
1 parent c22747f commit fa03fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/datepicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit fa03fa5

Please sign in to comment.