Tooltip is a directive, it allows the user to show hint text while the user mouse hover over an element.
A tooltip would have the following markup.
<span tooltip-direction="left" tooltip="On the Left!">Left</span>
<button tooltip="some message"
tooltip-position="below"
tooltip-delay="1000">Hover Me
</button>