adesigns / calendar-bundle

This bundle allows you to integrate the jQuery FullCalendar plugin into your Symfony2 application.
MIT License
97 stars 60 forks source link

Remove dependency on FOSJsRouting #61

Open code28 opened 6 years ago

code28 commented 6 years ago

In my opinion, the dependency on FOSJsRouting is not really necessary and can be avoided with this tiny workaround.

Of course there is a trade-off between those two solutions, but I think the dependency is not worth the little comfort, especially when some people won't even use the .js-file and might embed the javascript directly into the template.