restorando / angular-pickadate

A simple and fluid inline datepicker for AngularJS with no extra dependencies.
MIT License
273 stars 91 forks source link

pickadate-special class and TypeError fix #87

Closed evancarey closed 7 years ago

evancarey commented 7 years ago

I had a requirement to highlight a set of dates with custom css. Using the disabled dates feature as a guide a function can be passed to the directive that can trigger the addition of a pickadate-special class to the dates.

Also, commit e521cb4 could be applied separately to fix TypeErrors that can occur when the ngModel.$viewValue is undefined which in my case would occur if the user refreshed the application and subsequent digest cycles executed before the view model was replenished with data.

evancarey commented 7 years ago

sorry typo in commit e521cb4