mdOutClick is an AngularJS module, which has an on-click-out directive and an OutClickService; Which enables you to capture off-item click events and fire handlers based on that.
click outside event in angular, click outside div to close angular, trigger click event in angular, ng click outside, hide div when click outside angular, click outside directive angular
How to make use of it:
Installation:
npm install md-out-click
Where you define your angular app, include mdOutClick as a dependency.
angular.module('yourApp', [ ... // other dependencies ... 'mdOutClick' ]);
Click Outside Event Handlers For Angular, md-out-click Plugin/Github, angular detect click inside component
See Demo And Download
Official Website(dibosh): Click Here
This superior jQuery/javascript plugin is developed by dibosh. For extra advanced usage, please go to the official website.