ui-calendar
ui-calendar copied to clipboard
Get Title of the calendar
Hi, I want to get the title of the calendar dynamically. Is there any method or Is it possible? Please help me.
I was also having this issue. I used viewRender to update my scope varaible
options: { viewRender: function (view) { vm.calendarTitle = view.title; } }