New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

angular-tooltipster

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-tooltipster

Angular directive for Tooltipster https://github.com/iamceege/tooltipster/

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

angular-tooltipster

Angular directive for Tooltipster https://github.com/iamceege/tooltipster/

Dependencies:

Download jquery, angular 1.x and tooltipster(https://github.com/iamceege/tooltipster/)

Usage:

Views:

<span tooltip-title="Test">if value is not changed or </span>
<span tooltip-title tooltip-title-variable="dynamicScopeVariable"> if tooltip value is variable and not static text</span>

Options:

use attribute tooltip-options,
<span tooltip-options="options" tooltip-title="Test">Test</span> and
in the controller set options defined in https://github.com/iamceege/tooltipster, for example:

$scope.tooltipOptions = {} </br>
$scope.tooltipOptions.contentAsHTML = true

FAQs

Package last updated on 18 Apr 2018

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