Ed Miranda
Ed Miranda
I managed to add the button, by using: element.append( yourCustomService.CustomFunction(event) ); Example: ``` $scope.eventRender = function (event, element, view) { element.append(calendarEventService.formatWeekEvent(event)); $compile(element)($scope); } ``` The service for this example looks...
Managed to workaround the issue by binding a click event to the event render, as follows: In the html: > app.service('calendarEventService', ['$filter', function ($filter) { > > ``` > this.formatWeekEvent...
You need to install these versions since you are not on ng-6: npm install --save @ng-idle/[email protected] @ng-idle/[email protected]
You need to install these versions since you are not on ng-6: `npm install --save @ng-idle/[email protected] @ng-idle/[email protected]`