angular-show-on-hover

1.2.2 • Public • Published

What

This Angular module provides simple directive that allows element to control visibility of child element based on element mouse hover state. It doesn't rely on Angular builtin directives so digest cycle won't be trigger at all.

demo

Install

$ npm install --save angular-show-on-hover

Usage

angular
  .module('app', [
    require('angular-show-on-hover')
  ])
  <div show-on-hover="span"><span></span></div>

Readme

Keywords

none

Package Sidebar

Install

npm i angular-show-on-hover

Weekly Downloads

0

Version

1.2.2

License

MIT

Last publish

Collaborators

  • v1per