angular-ui / ui-calendar

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

nowIndicator not supported #378

Closed Hannibal42 closed 8 years ago

Hannibal42 commented 8 years ago

The full calendar has an option to display a red line at the current time, but this isnt working right now. http://fullcalendar.io/docs/current_date/nowIndicator/

misterioss commented 8 years ago

@Hannibal42 Why not? In my project (Meteor + Angular + Calendar UI) it works pretty well :)

Hannibal42 commented 8 years ago

@misterioss I used it in the calendar config and had the calendar on the agendaWeek view but the Indicator didnt show. Can you maybe give me an example how you configured the calendar to show the indicator? :)

flick36 commented 8 years ago

in your calendar config add nowIndicator: true that's all

Hannibal42 commented 8 years ago

I used the wrong version -_-.