g00fy- / angular-datepicker

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

Min/Max validation on not required dates #291

Open itroll42 opened 8 years ago

itroll42 commented 8 years ago

Updates to support allowing a min/max date, but not having the field be required.

Based on ngRequired logic. If no ngRequired is specified defaults to false.