Skip to content

Instantly share code, notes, and snippets.

@gokman
Created May 2, 2017 13:36
Show Gist options
  • Select an option

  • Save gokman/fa96da88ab98ffa323a83ce70ce243f9 to your computer and use it in GitHub Desktop.

Select an option

Save gokman/fa96da88ab98ffa323a83ce70ce243f9 to your computer and use it in GitHub Desktop.
angular tooltip
1. Add ui.bootstrap module to your app
2. Put below attributes to any html element that desire to show tooltip
data-toggle="tooltip" data-placement="top" title="{{ title }}"
Example:
<button data-toggle="tooltip" data-placement="top" title="Save">Save</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment