You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
@@ -76,7 +76,7 @@ All the Arshaw Fullcalendar options can be passed through the directive. This ev
76
76
77
77
The ui-calendar directive plays nicely with ng-model.
78
78
79
-
An Event Sources objects needs to be created to pass into ng-model. This object will be watched for changes and update the calendar accordingly, giving the calendar some Angular Magic.
79
+
An Event Sources objects needs to be created to pass into ng-model. This object will be watched for changes and update the calendar accordingly, giving the calendar some Angular Magic.
80
80
81
81
The ui-calendar directive expects the eventSources object to be any type allowed in the documentation for the fullcalendar. [docs](http://arshaw.com/fullcalendar/docs/event_data/Event_Source_Object/)
82
82
Note that all calendar options which are functions that are passed into the calendar are wrapped in an apply automatically.
@@ -86,11 +86,11 @@ Note that all calendar options which are functions that are passed into the cale
86
86
To avoid potential issues, by default the calendar object is not available in the parent scope. Access the object by declaring a calendar attribute name:
0 commit comments