Hi,
I'm having trouble replicating the demo for the calendar in angular - Customizing Templates http://demos.telerik.com/kendo-ui/calendar/template
I want to be able to pass it a list of dates from a scope variable and have the dates shown on the calendar with a different style from a template.
I would also like to be able to update the list of dates after the widget has been initialized. Is this possible with the calendar and angular?
I've tried setting the 'month' and 'dates' attributes in markup to my scope variable but it's not working.