1.0.1 • Published 7 years ago

angular-mouse-tooltip v1.0.1

Weekly downloads
18
License
MIT
Repository
github
Last release
7 years ago

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.