-
Notifications
You must be signed in to change notification settings - Fork 6.7k
popover-append-to-body does not work #4945
Comments
You need to use @Foxandxss as you can see this is not only ng2 thing :-) |
Thanks for the tip, in fact it seems to work. This seems to be an inconsistency, as Also, the documentation should mention this. |
* fix `tooltip-append-to-body` doc * fix `popover-append-to-body` doc Fixes angular-ui#4945
@icfantv, thanks for taking care of the issue. Either I am missing something, or I think there is a misunderstanding. You added to the docs that “the presence of the attribute implies true”. It is the issue of my report that in fact it does not, as opposed to the |
There was a previous discussion on this where someone chimed in and said they use *-append-to-body="true" in a global config and turned it off on a case by case basis using *-append-to-body="false". If we are going to change this, I think it needs to still evaluate the attribute value but default to true and be consistent across all directives. |
According to the documentation, the attribute
popover-append-to-body
can be added to elements using theuib-popover
directive. I has no effect though, as can be seen in this plunker.The text was updated successfully, but these errors were encountered: