Angularjs Full Calendar doesn't display events

前端 未结 3 1336
终归单人心
终归单人心 2021-01-23 13:07

I am using that https://github.com/angular-ui/ui-calendar to use the FullCalendar in Angularjs.

It displays the calendar and showing no errors;

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-23 13:28

    I used

    $scope.callCalendar = function (){
    ... ...
    };
    

    and in html file:

     

    The events doesn't show up in the calendar; but I found the $scope.events has correct value in console.log($scope.events).

提交回复
热议问题