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.
Using tooltip-html-unsafe (instead of tooltip for plain text) is broken under AngularJS 1.2.0-rc.2. No content is shown, even when using plain text. tooltip for plain text however works.
Example
<div tooltip-html-unsafe="YAY" tooltip-trigger="click">Check me out!</div>
Using
tooltip-html-unsafe
(instead oftooltip
for plain text) is broken under AngularJS 1.2.0-rc.2. No content is shown, even when using plain text.tooltip
for plain text however works.Example
See minimal test case https://gist.github.com/cburgmer/6765572.
The text was updated successfully, but these errors were encountered: