Socket
Book a DemoInstallSign in
Socket

angular-qtip2-directive

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-qtip2-directive

Angular directive for Qtip2

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

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 tip
  • data-title: Title that will appear in the tip
  • data-my: position of the tip arrow - optionnal: default to bottom center
  • data-at: position of the tip - optionnal: default to top center
  • data-class: class to use on the tip - optionnal: default to qtip

For more details about the options see the Qtip2 documentation

FAQs

Package last updated on 01 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts