liuhuiiris
Results
2
comments of
liuhuiiris
I also faced the same issue. Maybe you need to add fullcalendar to the dependencies of the ui.calendar. like this : 'ui.calendar': ['jquery', 'fullcalendar', 'angular'] then done.
I solved the problem ,but I think this way is not good. 1.if you declared the dependency, you can try this way ``` 'ui.calendar': ['jquery','fullcalendar', 'angular'], ``` ``` define([ 'moment',...