You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
I'm guessing that's going to be an unlikely feature. Tooltip operates in an isolated scope, So supporting bindings outside of the isolate scope in a tooltip would present a big challenge on its own.
Plus, most of the time a use-case needs to be pretty broad (ie, a lot of people needing the same functionality) to appeal to a project like this. And since the tooltip is more or less intended to be a ui notification feature (a "hey look at me" type of thing), it's unlikely many people need a feature like this (for tooltip, popover may be a different beast).
I'm not a maintainer on the project, but your best bet would be to attempt something like this yourself and do a PR to open discussion about it 😸
I would love to be able to use 'Live' HTML in a tooltip.
Example : My tooltip has buttons that fire angularJS directives.
See : http://stackoverflow.com/questions/18101004/ng-include-in-ui-bootstrap-tooltip
The text was updated successfully, but these errors were encountered: