Angular Tooltips is an AngularJS directive that generates a tooltip on your element.
The angular tooltips is developed by 720kb.
AngularJS v1.3+
Chrome | Firefox | IE | Opera | Safari |
---|---|---|---|---|
✔ | ✔ | IE9 + | ✔ | ✔ |
To use the directive, include the Angular Tooltips javascript and css files in your web page:
<!DOCTYPE HTML>
<html>
<head>
<link href="dist/angular-tooltips.min.css" rel="stylesheet" type="text/css" />
</head>
<body ng-app="app">
//.....
<script src="dist/angular-tooltips.min.js"></script>
</body>
</html>
$ bower install angular-tooltips --save