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

feat(calendar): emit an event when View is changed #1703

Merged
merged 3 commits into from
Mar 16, 2017
Merged

feat(calendar): emit an event when View is changed #1703

merged 3 commits into from
Mar 16, 2017

Conversation

liviuciulinaru
Copy link
Contributor

I have added a new event to know when the view of the calendar is changed (eg. user has changed the month). I am building a complex booking system and I need to calculate the disabled dates based on the current view (eg. when the user changes the month, a request to the server is made to get the disable dates).

The event object will contain the activeDate and the datepickerMode.

@codecov-io
Copy link

codecov-io commented Mar 2, 2017

Codecov Report

Merging #1703 into development will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff              @@
##           development    #1703   +/-   ##
============================================
  Coverage        85.44%   85.44%           
============================================
  Files               85       85           
  Lines             2295     2295           
  Branches           300      300           
============================================
  Hits              1961     1961           
  Misses             235      235           
  Partials            99       99

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 27a0229...3aa7743. Read the comment docs.

@valorkin valorkin merged commit 8120c88 into valor-software:development Mar 16, 2017
@valorkin
Copy link
Member

Thanks!

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.

3 participants