-
Notifications
You must be signed in to change notification settings - Fork 6.7k
feat(tooltip): html content from an element #545
Comments
@tomsdev This is a very much requested feature for which we've got an issue opened already: There is also an associated pull request (#369) but it still needs more work. The approach we've been taking so far was slightly different as the idea was not to relay on the DOM elements and their ids but rather to provide the At the end of the day both approaches are more or less equivalent as you can embed partials with the In short: would be awesome to have a complete pull request for this. Would do you think of using |
@joshdmiller approach seems great. However, it seems that bindings with ng-model don't work. What work is needed to have a complete pull request? |
#641 has popover-html-unsafe - if/when that is merged tooltip will come I think |
No, popover-html-unsafe doesn't support angularjs bindings and directives in the content. |
Closing this as duplicate of #220. |
See this thread: https://groups.google.com/forum/#!category-topic/angular-ui/bootstrap/3m-fqNQ6plM
The text was updated successfully, but these errors were encountered: