angular-ui / ui-calendar

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

Why has ui-calendar a jQuery 3.x dependency while fullcalendar supports jQuery 2 & 3? #511

Open linslin opened 7 years ago

linslin commented 7 years ago

This jQuery3 dependency kills my dep. packages. Is there any way to make jQuery 2 & 3 in different versions supported?

Dep. from: https://github.com/fullcalendar/fullcalendar/blob/master/bower.json

  "dependencies": {
    "jquery": "2 - 3",
    "moment": "^2.9.0"
  },
linslin commented 7 years ago

Depending issue: https://github.com/angular-ui/ui-calendar/issues/203