我正在使用具有 dayClick() 函数的 angular ui-calendar,它工作正常,但是当我在 dayClick 函数中附加弹出框代码时,弹出框没有打开。
我已经得到了解决方案,但它只适用于日/周,不适用于议程周或议程日
$scope.onDayRender = function(date, cell) {
console.log("### onDayRender");
cell.popover({ content: "New Event: " + date });
};
请为此提供一些解决方案以适用于agedaViews。