/angular-outsideclick

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

Primary LanguageJavaScriptMIT LicenseMIT

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