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

rendering: 'background' error #424

Closed derhoppe closed 8 years ago

derhoppe commented 8 years ago

Hi all,

when setting the rendering option to background, Events are not diplayed. Did anyone experience this issue before?

Thanks & regards, Sebastian

$scope.eventSource = [{ start: '2016-06-23T10:00:00', end: '2016-06-25T16:00:00', rendering: 'background', color: '#FFE2DC', backgroundColor: '#FFE2DC' } ]; $scope.EventSources = [$scope.eventSource];