angular-ui / ui-calendar

A complete AngularJS directive for the Arshaw FullCalendar.
http://angular-ui.github.io/ui-calendar/
MIT License
1.49k stars 729 forks source link

Mistake in the README.md #329

Closed lukaszbulzacki closed 8 years ago

lukaszbulzacki commented 8 years ago

In README.md at section Usage link is mistake. In last paragraph is code $scope.eventSources = [] but should be $scope.eventSources = {events: []}.

Angular v1.4.0 Moment v2.10.6 FullCalendar v2.3.1 angular-ui-calendar v1.0.1

lukaszbulzacki commented 8 years ago

Closing.