ngc-focusout
v2.1.2
Published
More robust replacement for ng-blur
Downloads
16
Readme
ngc-focusout 
More robust replacement for ngBlur. This directive uses the blur event's capture phase to detect when focus leaves not just the element this is applied on, but children of the element as well.
Usage:
<div ngc-focusout="applyAngularExpression()" tabindex="-1"></div>Note that the element must be focusable in order for any blur events to fire. Make sure to
use this together with the tabindex attribute when necessary.
