Created
May 2, 2017 13:36
-
-
Save gokman/fa96da88ab98ffa323a83ce70ce243f9 to your computer and use it in GitHub Desktop.
angular tooltip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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