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.
For the popover attribute, I am passing HTML code as follows: <h6>Foo</h6>
However, instead of displaying the "Foo" statement with the h6 tag applied, I get the code as it is, that is the popover content is also <h6>Foo</h6>.
In the Twitter Bootstrap popover, one could specify "data-html='true'" to identify the popover content as being HTML code and that it needs be parsed before display, but I do not see any such option for the Angular UI Bootstrap Popover...