angular-ui / ui-calendar

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

Update fullcalendar to 2.4.0 #350

Open lluiscanals opened 8 years ago

lluiscanals commented 8 years ago

Is it possible to update dependency to fullcalendar 2.4.0, many new functionality has been added since fullcalendar 2.1.1 which is required for ui-calendar 1.0.0

weslley39 commented 8 years ago

+1

dani3l commented 8 years ago

have you tried to force bower to use the latest version of fullcalendar? if so, does that introduces any bugs?

btw v1.0.1 requires ~2.3.2

lluiscanals commented 8 years ago

Now I'm using fullcalendar 2.7.1 without errors, so maybe it's time to update this dependency, isn't it?

martin-langhoff commented 8 years ago

Yes, and there's a PR for 2.7.1 - #408 .

lluiscanals commented 8 years ago

Perfect! Thanks!