g00fy- / angular-datepicker

calendar and datepicker directives for angular
MIT License
719 stars 420 forks source link

Min/Max validation on not required dates #290

Closed itroll42 closed 8 years ago

itroll42 commented 8 years ago

This allows for support of specifying a min/max date range, but not requiring the field to be populated.

Standard min-date, and max-date attributes are still used. This just takes into account the ng-required logic. default is not required if there is no ng-required attribute.