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 has been archived by the owner on May 29, 2019. It is now read-only.
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:
I agree, @pkozlowski-opensource. Though I really don't like having to require ngSanitize, I like the alternative a lot less.
angular-sanitize.js is only 3.8K. For reference, angular.js is around 78K and ui/bootstrap is currently around 20K, so that's only an increase of about 4%.
Unless there are objections (or a better idea), I'll submit a PR this weekend.
@joshdmiller yes, as much as I hate adding new dependencies I'm pretty much resigned to the idea of including dependency on ngSanitize :-( Unless someone can see another magical solution... Bumped into this once again today while working on the typeahead.
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:
ngSanitize
)The more I think about it the more I'm getting warmed up to the idea of using
ngSanitize
...@angular-ui/bootstrap thoughts?
The text was updated successfully, but these errors were encountered: