Skip to content

Commit

Permalink
Merge pull request #53 from elutz/patch-1
Browse files Browse the repository at this point in the history
ngModel of ui-calendar example corrected
  • Loading branch information
ProLoser committed Feb 15, 2013
2 parents 25cbb06 + ca07a60 commit 47d0a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -364,7 +364,7 @@ <h4>Click to add an Event!</h4>
</div>
<h3>How?</h3>
<pre class="prettyprint linenums">
&lt;div ui-calendar="{height: 450,editable: true}" class="span8 calendar" ng-model="events"&gt;&lt;/div&gt;
&lt;div ui-calendar="{height: 450,editable: true}" class="span8 calendar" ng-model="eventSources"&gt;&lt;/div&gt;

function CalendarCtrl($scope) {
var date = new Date();
Expand Down

0 comments on commit 47d0a58

Please sign in to comment.