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

tooltip: works with tooltip attr, but not with tooltip-html-unsafe #1172

Closed
georgiosd opened this issue Oct 16, 2013 · 9 comments
Closed

tooltip: works with tooltip attr, but not with tooltip-html-unsafe #1172

georgiosd opened this issue Oct 16, 2013 · 9 comments

Comments

@georgiosd
Copy link

Am I doing something wrong here?

This works:

<a class="edit-link-tooltip" href>
                    <span tooltip-placement="bottom"
                          tooltip="Click the edit button to any module to edit it's content and/or settings">?</span>
                </a>

This doesn't (tooltip appears but it's blank):

<a class="edit-link-tooltip" href>
                    <span tooltip-placement="bottom"
                          tooltip-html-unsafe="Click the edit button to any module to edit it's content and/or settings">?</span>
                </a>
@mvhecke
Copy link
Contributor

mvhecke commented Oct 17, 2013

What version of Angular are you using and could you provide a Plunk?

@georgiosd
Copy link
Author

On 1.2 RC2 - any known issues with this?

@mvhecke
Copy link
Contributor

mvhecke commented Oct 17, 2013

Yes, this is because ng-bind-html-unsafe is removed in version 1.2, you can find more about it in #813.

@georgiosd
Copy link
Author

Seems broken on both RC2 and RC3:

RC2: http://plnkr.co/edit/s47Rvb?p=preview
RC3: http://plnkr.co/edit/PDY89Z?p=preview

@georgiosd
Copy link
Author

Ah, thanks

@pkozlowski-opensource
Copy link
Member

AngularJS 1.2 compatibility is restored in master via 08d8b21, it will be part of the next release.

@georgiosd
Copy link
Author

What's the ETA on next release?

@pkozlowski-opensource
Copy link
Member

around 2 weeks I would say but can't promise anything

@AnalogJ
Copy link

AnalogJ commented Nov 19, 2013

Hey @pkozlowski-opensource, sorry to bug you but was this fix released? It doesn't seem to be available on bower or the gh-pages branch.

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

4 participants