haochi / angular-mouse-tooltip

Angular directive for mouse tooltip

Home Page:http://ihaochi.com/angular-mouse-tooltip/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Demo

See website.

About

Angular directive for mouse tooltip

http://ihaochi.com/angular-mouse-tooltip/

License:MIT License


Languages

Language:HTML 100.0%