You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
TypeError: calendar.fullCalendar is not a function
at Scope.scope.initCalendar (calendar.js:265)
In angular-ui-calendar 1.0.2 source code it's this line:
scope.initCalendar=function(){if(!calendar){calendar=angular.element(elm).html('');}calendar.fullCalendar(options);// <- THIS LINEif(attrs.calendar){uiCalendarConfig.calendars[attrs.calendar]=calendar;}};
When downgrading to fullcalendar 3.10.1 everything is working again. Only 3.10.2 throws this error.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After upgrading from fullcalendar 3.10.1 to 3.10.2 (Release: https://github.com/fullcalendar/fullcalendar/releases/tag/v3.10.2 ) I get the following error:
In angular-ui-calendar 1.0.2 source code it's this line:
When downgrading to fullcalendar 3.10.1 everything is working again. Only 3.10.2 throws this error.
The text was updated successfully, but these errors were encountered: