Skip to content

ronbnsim/angular-tooltipster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

angular directive for tooltipster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%