Commits

Josh David Miller committed 6458f4873d2
fix($tooltip): fix positioning issues in tooltips and popovers To calculate the relative position of the tooltip or popover, the $tooltip service now uses the $position service, which resolves many positioning bugs. Closes #265, #115