Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haochi/angular-mouse-tooltip

Angular directive for mouse tooltip
https://github.com/haochi/angular-mouse-tooltip

Last synced: about 8 hours ago
JSON representation

Angular directive for mouse tooltip

Awesome Lists containing this project

README

        

# Get the Code

Just grab the code.

If you want to use `npm`

```bash
npm install angular-mouse-tooltip
```

or if you are using `yarn`

```bash
yarn add angular-mouse-tooltip
```

# Setup

```html
hello world</ihaochi-mouse-tooltip>
```

# Scopes

* `x-offset: '='`: default = `10`
* `y-offset: '='`: default = `10`

# Demo

[See website.](http://ihaochi.com/angular-mouse-tooltip)