This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
[tooltip] Add text wrapping in a tooltip #142
Closed
Description
Currently text can't be wrapped in a tooltip. The original bootstrap directive allows HTML tags in the tooltips text but for us to support this we would have to either:
- http://docs.angularjs.org/api/ng.directive:ngBindHtmlUnsafe
- http://docs.angularjs.org/api/ngSanitize.directive:ngBindHtml (this would force us to require
ngSanitize
) - other ideas?
The more I think about it the more I'm getting warmed up to the idea of using ngSanitize
...
@angular-ui/bootstrap thoughts?
Metadata
Metadata
Assignees
Labels
No labels