Skip to content

klajd/angular-outsideclick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published