Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Can't access to Fullcalendar methods #513

Open
finalburner opened this issue Jun 29, 2017 · 1 comment
Open

Can't access to Fullcalendar methods #513

finalburner opened this issue Jun 29, 2017 · 1 comment

Comments

@finalburner
Copy link

finalburner commented Jun 29, 2017

Hello everyone,

When I do in my controller ::: console.log(uiCalendarConfig.calendars);

It prints

image

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

@finalburner
Copy link
Author

resolved !
Just using :

uiCalendarConfig.calendars.myCalendar.fullCalendar('next')

DONE !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant