Commits

Josh David Miller committed d08962634ba
feat(tooltip): add *-append-to-body attribute The tooltip and popover directives (through the $tooltip service) now support using an attribute in addition to the provider to set a particular tooltip or popover to use $body as the container for the popup element rather than the directive element's parent. Closes #395.