angular-mouse-tooltip
v1.0.1
Published
Angular directive for mouse tooltip
Downloads
6
Readme
Get the Code
Just grab the code.
If you want to use npm
npm install angular-mouse-tooltip
or if you are using yarn
yarn add angular-mouse-tooltip
Setup
<script src="angular-mouse-tooltip.js></script>
angular.module('myApp', ['ihaochi'])
Usage
<ihaochi-mouse-tooltip ng-show="visible">hello world</ihaochi-mouse-tooltip>
Scopes
x-offset: '='
: default =10
y-offset: '='
: default =10