ui-calendar icon indicating copy to clipboard operation
ui-calendar copied to clipboard

How customize the tooltip?

Open DanielFrontD opened this issue 8 years ago • 1 comments

I wonder if there is a simple way to customize the tooltip, without modify the code of the plugin

DanielFrontD avatar Mar 01 '17 18:03 DanielFrontD

It is clearly written in the demo

    $scope.eventRender = function( event, element, view ) {
      element.attr({'tooltip': event.title,
        'tooltip-append-to-body': true});
      $compile(element)($scope);
    };

mauleyzaola avatar Jun 16 '17 14:06 mauleyzaola