g00fy- / angular-datepicker

calendar and datepicker directives for angular
MIT License
722 stars 421 forks source link

fixes format filter when invalid date. #311

Open pauloFernandes opened 7 years ago

pauloFernandes commented 7 years ago

There's an issue when the filter mFormat receives null or an invalid date (being date a date, moment or string object).

This PR checks for valid format. If not, it must return null.