Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

ng-repeat inside tooltip-html-unsafe is not working #662

Closed
callmekatootie opened this issue Jul 14, 2013 · 1 comment
Closed

ng-repeat inside tooltip-html-unsafe is not working #662

callmekatootie opened this issue Jul 14, 2013 · 1 comment

Comments

@callmekatootie
Copy link

Hello,

As the title suggests, if I attempt to use ng-repeat inside tooltip-html-unsafe, then it does not work - the looping itself does not happen.

Plunkr

@pkozlowski-opensource
Copy link
Member

The tooltip-html-unsafe directive is not compiling the DOM so you can't use AngularJS directives inside, only regular HTML. This is how AngularJS equivalent directive works as well:
http://docs.angularjs.org/api/ng.directive:ngBindHtmlUnsafe

We are making progress toward compiling content for popovers and could add support for tooltips as well. This is being handled in #220

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

No branches or pull requests

2 participants