Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Register calendar before initialize #382

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

Commits on Feb 13, 2016

  1. Register calendar before initialize

    Client code can define hooks for fullCalendar in the options that can be called during initialization.  For example if a caller specifies "viewRender" and inside viewRender they would like to access the calendar object, this isn't possible since the uiCalendarConfig is not yet configured.  By adding the new calendar to uiCalendarConfig before calling fullCalendar(options) this allows this functionality.
    neilvana committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    29edfbd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Update angular dependency

    neilvana committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    3a0c4af View commit details
    Browse the repository at this point in the history