Greg Lucas-Smith

Results 12 comments of Greg Lucas-Smith

So why isn't this repo popular any more? Is there a better one and its obsolete? I was thinking about picking it up.

Thanks @boneskull, that's what I was asking: what are the better options? Is it totally not worth taking it over?

Thanks for the workaround! Works well.

Hey @simonnilsson, can you tell me what wasn't working about it? Was it not displaying, or was the provider not being found like this? `Unknown provider: $uibModalProvider

@arshaw I think I need this one to get the resource.id into a context menu function (I'm implementing copy & paste). I'm happy to submit a PR to get it...

@arshaw: PR is up, a right click it now exposes the time slot and resourceId as part of `dateClick`

@melloware what is your specific use case? I thought I wanted that too, but it turned out that I just needed the data exposed for right clicks, exactly as it...

I thought thats what I needed too but the mouse click is browser side, fullcalendar doesn't need to know about it and it has all of the information you need...

@rallz-dev do you have the `ev.preventDefault();` line?

@rallz-dev I'm sorry I don't have an angular example, but there's really nothing but js events going on here. I'm assuming you've added the patch from the PR?