Tooltips

add
  
  add
  
  ]]>
print

  print
]]>
cloud_upload Upload file.zip
  
  cloud_upload
  
    Upload file.zip
  
  ]]>
share Share your content
via social media
  
  share
  
    Share your content
via social media
]]>

HTML is related to but different from XML.

eXtensible Markup Language
  HTML is related to but different from XML.

eXtensible Markup Language ]]>

A tooltip can be created from a directive or a combination of directive and compontent. Under the hood every tooltip uses the tooltip component.

The mdl-tooltip is used to create complex tooltips that are not simple strings. You can put any content in the mdl-tooltip component. To access the tooltip mdlTooltip is exposed to the template.

The mdl-tooltip directive is used to specify from where a tooltip should show up. The value of the attribute can be a string or a reference to a mdl-tooltip component instance.

If you want the tooltip to be large use the mdl-tooltip-large to show the tooltip.

The tooltip attribute mdl-tooltip-position can be used to specify the position of the tooltip (left, right, top, bottom).