Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pickadate-special class and TypeError fix #88

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

evancarey
Copy link

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, fixed 'TypeError:dateString.split is not a function' errors that can occur when the ngModel.$viewValue is undefined and subsequent calls to parseDate would be made with a previously built date object (instead of a string) taken from selectedDates[0] 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant