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

Added event emit to setDate method #34

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

Conversation

megangoodwin
Copy link

We required notification when a date picker has changed the value as ng-change does not capture the value programmatically and angular watchers were not triggering.

The emit fires a "datetime-picker-changed" event with the field id and the new date value. This has been tested with multiple date pickers - passing different details to the scope - on the same page (child and parent directives have a 1:1 relationship).

Updated README.md with attr details and package.json for typo.
minified JS updated using JSCompress.

@rajithwijepura
Copy link

How can I track this event?

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.

2 participants