We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e666bad commit 3a89b1bCopy full SHA for 3a89b1b
README.md
@@ -45,6 +45,10 @@ Apply the directive to your div elements. The calendar must be supplied an array
45
46
<div ui-calendar ng-model="eventSources"></div>
47
48
+Define your model in a scope e.g.
49
+
50
+ $scope.eventSources = [];
51
52
## Options
53
54
All the Arshaw Fullcalendar options can be passed through the directive. This even means function objects that are declared on the scope.
0 commit comments