angular-ui / ui-calendar

A complete AngularJS directive for the Arshaw FullCalendar.
http://angular-ui.github.io/ui-calendar/
MIT License
1.49k stars 727 forks source link

jquery-ui dependency #137

Open Urigo opened 10 years ago

Urigo commented 10 years ago

Hi,

I've seen that ui-calendar depends on jquery-ui, but fullcalendar only depends on jquery-ui in dev. Is there a reason why ui-calendar depends on it in production?

Thanks

mattcasey commented 10 years ago

To be fair, jQuery UI was only recently dropped from fullcalendar (like last week? :) ). Also, the master branch of ui-calendar is still using fullcalendar v1. There's a v2 branch which will use fullcalendar v2, but it's not ready yet unfortunately.

Urigo commented 10 years ago

@mattcasey :) no problem! Do you have an estimate about when v2 will be ready? Thanks for the great work!

joshkurz commented 10 years ago

@mattcasey do you want to start committing to the project? You have good insight and would be a real asset to the project.

mattcasey commented 10 years ago

@Urigo Don't thank me -- I haven't committed anything yet, I just troll the comments waiting for updates for v2 :)

@joshkurz I don't have much spare time at the moment, but I would like to help. Let me know if there's anything specific you need.

Urigo commented 10 years ago

@joshkurz Me and my team would love to help!

Urigo commented 10 years ago

@joshkurz can you look now on the v2 branch and see if it is ready for master?