Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ng-template as tooltip template #226

Open
Maleesh opened this issue Dec 22, 2017 · 1 comment
Open

ng-template as tooltip template #226

Maleesh opened this issue Dec 22, 2017 · 1 comment

Comments

@Maleesh
Copy link

Maleesh commented Dec 22, 2017

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

@alejandroiglesias
Copy link

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants