Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haochi/angular-mouse-tooltip
- Owner: haochi
- License: mit
- Created: 2017-01-14T16:21:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-15T21:56:28.000Z (almost 8 years ago)
- Last Synced: 2024-10-11T01:31:00.186Z (about 1 month ago)
- Language: HTML
- Homepage: http://ihaochi.com/angular-mouse-tooltip/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)