Skip to content

Commit

Permalink
Fixes angular-ui#123 - Added info about .eventSources to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jvorcak committed Aug 26, 2014
1 parent e666bad commit 3a89b1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Apply the directive to your div elements. The calendar must be supplied an array

<div ui-calendar ng-model="eventSources"></div>

Define your model in a scope e.g.

$scope.eventSources = [];

## Options

All the Arshaw Fullcalendar options can be passed through the directive. This even means function objects that are declared on the scope.
Expand Down

0 comments on commit 3a89b1b

Please sign in to comment.