angular-tooltips icon indicating copy to clipboard operation
angular-tooltips copied to clipboard

ng-template as tooltip template

Open Maleesh opened this issue 7 years ago • 1 comments

Hi,

First of all, thank you for this great library. Have one question, does this support ng-template as tooltip template? I tried, but seems not working. Or is this something not possible with the current design/implementation?

Thanks, Maleesh

Maleesh avatar Dec 22 '17 16:12 Maleesh

I'm currently implementing it like that.

<div tooltips tooltip-template-url="'tooltip-template.html'">
    ...
</div>
<script id="tooltip-template.html" type="text/ng-template">
    ...
</script>

alejandroiglesias avatar Dec 27 '17 20:12 alejandroiglesias