Issue 2201: Native AngularJS version
Status:  Done
Owner: ----
Closed:  Jul 2014
Reported by diogo.do...@gmail.com, Jul 9, 2014
It would be great if there was a version of FullCalendar written with AngularJS. I mean a really native version - not the adaption made by ui.calendar.

The objective is to discard JQuery an JQuery UI and use only AngularJS.

Please let me know if this feature is already in FullCalendar's roadmap or if it is possible.
Jul 14, 2014
Project Member #1 adamrs...@gmail.com
I don't know if removing jQuery and jQuery UI is a very worthwhile objective... they do different things than Angular JS. They do DOM manipulation and user-interaction. Angular is an MVVM framework for data-binding with models, and templates. A "native" version will still most likely rely upon jQuery and jQueryUI as well, but with deeper integration with the model system.

Please reopen a new ticket with a *much* more detailed description on *why* you would like this to happen, what FullCalendar's new architecture might look like, implementation details, etc.
Status: Done
Labels: Type-Feature
Jul 14, 2014
#2 diogo.do...@gmail.com
It's OK. You convinced me about JQuery UI. But could it be possible to use only the AngularJS's jQLite instead of JQuery itself?