Md2Tooltip

Tooltip 是一个指令,它允许用户在用户鼠标悬停在元素上时显示提示文本。

工具提示将具有以下标记。

<span tooltip-direction="left" tooltip="On the Left!">Left</span>
<button tooltip="some message"
    tooltip-position="below"
    tooltip-delay="1000">Hover Me
</button>