katemihalikova / ion-datetime-picker

Date and/or time picker for awesome Ionic framework
MIT License
168 stars 101 forks source link

Disable past dates #1

Closed ng-mohit closed 8 years ago

ng-mohit commented 8 years ago

Is there a way to disable past dates???

katemihalikova commented 8 years ago

Not at the moment, but as the picker is using ng-model, it is at least possible to hook a validator that can trigger error to use with angular form error management.

katemihalikova commented 8 years ago

This issue has been implemented for dates in v0.3.0 (fda0365).