Skip to content

Commit ca07a60

Browse files
author
Lutz Epperlein
committed
Update index.html
Little typo in example code of ui-calendar
1 parent 25cbb06 commit ca07a60

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)