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

Event Render not working while appending html in ionic 3 #540

Open anto-rupak opened 5 years ago

anto-rupak commented 5 years ago

this.calendarOptions = { // allDaySlot:false, height: 480, //editable: true, businessHours: true, defaultView: "agendaWeek", weekends: false, // allDaySlot: false, hiddenDays: [6, 7], // showNonCurrentDates: false, eventLimit: false, header: { left: 'title', center: '', right: 'prev,next today' }, selectable: true, editable: false, // eventAfterAllRender: function (view) { // $(".fc-content").append("X"); // $(".closon").click(function () { // console.log("clicked on button") // // $('#calendar').fullCalendar('removeEvents',event._id); // }); // // }, events: this.eveload, }; console.log("evdata1", this.eveload); }

eventRender(model, element, view) { $(".fc-content").append("X"); // $(".closon").click(function () { // console.log("clicked on button") // // $('#calendar').fullCalendar('removeEvents',event._id); // }); console.log("event render", element); }