macTooltip

Tooltip directive

Parameters:
Name Type Description
mac-tooltip String

Text to show in tooltip

mac-tooltip-direction String

Direction of tooltip (default 'top')

mac-tooltip-trigger String

How tooltip is triggered (default 'hover')

mac-tooltip-inside Boolean

Should the tooltip be appended inside element (default false)

mac-tooltip-disabled Expr

Disable and enable tooltip

Example
<a href="#" mac-tooltip="Tooltip on bottom" mac-tooltip-direction="bottom">Tooltip on bottom</a>