FullCalendar v3 fc 轴首先调整

问题描述

我在 AngularJS 中使用了 FullCalendar V3

第一次调整了 fc 轴,但点击下一个按钮或上一个按钮没问题

function setCalendar() {
      /* config object */
      $scope.uiConfig = {
        calendar:{
          header:{
            left: 'today',center: 'prev,title,next',right: ''
          },views:{
          },titleFormat: "YYYY-MM-DD dddd",locale: 'ko',timezone: 'local',editable: false,defaultDate: moment().format("YYYY-MM-DD"),defaultview: 'agendaDay',// agendaDay,agendaWeek,month           
          themeSystem:'bootstrap3',timeFormat: 'HH:mm',weekends: true,NowIndicator: false,displayEventTime: false,displayEventEnd: false,allDaySlot: false,minTime: "06:00:00",maxTime: "24:00:00",height: "auto",width: "auto",resources: resources,vieWrender: function(view,element) {
            getData(view);
          },eventDrop: $scope.alertOnDrop,dayClick: function(date,jsEvent,view,resourceObj) {
            dayClick(date);
          },}
      };
    }

这是一开始的错误显示 enter image description here

这是在点击下一个或上一个按钮后的良好显示 enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)