Skip to content

Commit

Permalink
feat(inline): allow isCustomDate for inline mode #44
Browse files Browse the repository at this point in the history
  • Loading branch information
fetrarij committed Feb 14, 2019
1 parent 76ef56b commit b54de73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daterangepicker/daterangepicker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ export class DaterangepickerComponent implements OnInit {
isInvalidDate(date) {
return false;
}

@Input()
isCustomDate(date) {
return false;
}
Expand Down

0 comments on commit b54de73

Please # to comment.