angular-qtip2-directive
v0.1.2
Published
Angular directive for Qtip2
Downloads
3
Readme
Angular Qtip2 Directive
Angular directive for Qtip2
Usage
Install with Bower
bower install angular-qtip2-directive --save-dev
Include the script qtip2
into your app and add qtip2
as a module dependency to your app. Use the directive on the elements with the attribute qtip
<a href="/cool-stuff" qtip data-content="Text to appear in the tip">Hover me</a>
List of attributes you can use:
data-content
: Content that will appear in the tipdata-title
: Title that will appear in the tipdata-my
: position of the tip arrow - optionnal: default tobottom center
data-at
: position of the tip - optionnal: default totop center
data-class
: class to use on the tip - optionnal: default toqtip
For more details about the options see the Qtip2 documentation