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

Declare a calendar name in the demo example code #438

Closed MaxFangX closed 7 years ago

MaxFangX commented 7 years ago

Any functions that need to access the calendar object, such as the "renderCalender" function, will not work out of the box because no name has been declared for the calendar. Adding the calendar attribute in the demo example will make it easier to get started quickly.