ui-calendar icon indicating copy to clipboard operation
ui-calendar copied to clipboard

calendar.fullCalendar is not a function

Open okaiyong opened this issue 7 years ago • 2 comments

I tested the lib as a standalone and it works. But when i include into my application, the above error occurs. No difference in the codes between testing codes and what i included in my application.

What i notice is that the fullCalendar function is not available after line 284 of calendar.js. ie calendar = $(elm).html('')

okaiyong avatar May 03 '18 02:05 okaiyong

This code was working fine for me yesterday and all of the sudden it's broken and I'm getting the same error.

image

ghost avatar Mar 12 '19 21:03 ghost

The problem seems to be that the 1.0.2 NPM version contains a package.json file where the dependencies node is empty, while on the master branch from this repo there is the required dependencies since this commit.

Actually I think it has been fixed but never published (which is a bit a shame as the fix is here since 2016 🙄).

It would be great if you could publish a new version @peterver (as you seem to be the active guy on this lib) please?

zedtux avatar Apr 12 '19 11:04 zedtux