vi-angular-html-tooltips
v1.0.0
Published
AngularJS directive to help bind keyboard events to methods in the scope.
Maintainers
Readme
Angular HTML Tooltips
Description
AngularJS directive to create custom tooltips with HTML content.
Installation
npm install --save vi-angular-html-tooltipsor
bower install vi-angular-html-tooltipsRequire the module:
require('vi-angular-html-tooltips');Register the module into your main app module
angular.module('myApp', ['vivify-ideas.angular-html-tooltips']);Usage
In the template, use the vi-html-tooltips attribute.
