Commits

_pants committed ace7bc60e59
feat(tooltip): Added mouse placement option Adds a mouse() method to the $position service API to return the current mouse position. The $tooltip API has been changed to allow using this value to set the position of the tooltip element. The top left corner of the element will be at the cursor position.