0.0.1 • Published 8 years ago

angular-outsideclick v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Angular Outsideclick

Simple angular directive to handle events when the user clicks outside the specific dom element.

Install

npm install --save angular-outsideclick bower install --save angular-outsideclick

How to use

<element oursideclick="vm.onOutsideClick()">
...
</element>

Development / Demo

git clone ...
bower install 
npm install
gulp serve