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

Commit 935372f

Browse files
authored
Merge pull request #330 from PyNate/master
Change 'objects' to 'object' in README
2 parents dc55e6e + 214303b commit 935372f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ All the Arshaw Fullcalendar options can be passed through the directive. This ev
7777

7878
The ui-calendar directive plays nicely with ng-model.
7979

80-
An Event Sources objects needs to be created to pass into ng-model. This object's values will be watched for changes. If a change occurs, then that specific calendar will call the appropriate fullCalendar method.
80+
An Event Sources object needs to be created to pass into ng-model. This object's values will be watched for changes. If a change occurs, then that specific calendar will call the appropriate fullCalendar method.
8181

8282
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/)
8383
Note that all calendar options which are functions that are passed into the calendar are wrapped in an apply automatically.

0 commit comments

Comments
 (0)