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

Missing timelines #363

Open kirubidavid opened 8 years ago

kirubidavid commented 8 years ago

Hi, I am trying to implement this plugin and its not rendering the timelines when in week or day view. No errors. I have done a jquery solution and it works well. Kindly assist.

angular

peteashworth commented 8 years ago

Did you use agendaWeek? agendaDay for the day view

$scope.uiConfig = {
      calendar: {
        header:{
          left: 'prev,next today',
          center: 'title',
          right: 'month,agendaWeek,agendaDay'  
        },