ui-calendar
ui-calendar copied to clipboard
Can't access to Fullcalendar methods
Hello everyone,
When I do in my controller ::: console.log(uiCalendarConfig.calendars);
It prints

I want to use methods of fullcalendar. How can I do It ?
the web suggested : uiCalendarConfig.calendars.fullCalendar('next') uiCalendarConfig.calendars.[myCalendar].fullCalendar('next') .....
But any of theses worked.
HELP ! Urgent please @joshkurz @linkolen @angelix
resolved ! Just using :
uiCalendarConfig.calendars.myCalendar.fullCalendar('next')
DONE !