Skip to content

Commit 47d0a58

Browse files
committed
Merge pull request #53 from elutz/patch-1
ngModel of ui-calendar example corrected
2 parents 25cbb06 + ca07a60 commit 47d0a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h4>Click to add an Event!</h4>
364364
</div>
365365
<h3>How?</h3>
366366
<pre class="prettyprint linenums">
367-
&lt;div ui-calendar="{height: 450,editable: true}" class="span8 calendar" ng-model="events"&gt;&lt;/div&gt;
367+
&lt;div ui-calendar="{height: 450,editable: true}" class="span8 calendar" ng-model="eventSources"&gt;&lt;/div&gt;
368368

369369
function CalendarCtrl($scope) {
370370
var date = new Date();

0 commit comments

Comments
 (0)