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>
Tooltip 是一個指令,它允許使用者在使用者滑鼠懸停在元素上時顯示提示文字。
工具提示將具有以下標記。
<span tooltip-direction="left" tooltip="On the Left!">Left</span>
<button tooltip="some message"
tooltip-position="below"
tooltip-delay="1000">Hover Me
</button>