1.0.0 • Published 7 years ago

vi-angular-html-tooltips v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Angular HTML Tooltips

Description

AngularJS directive to create custom tooltips with HTML content.

Installation

npm install --save vi-angular-html-tooltips

or

bower install vi-angular-html-tooltips

Require 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.

License

MIT