2.1.2 • Published 6 years ago

ngc-focusout v2.1.2

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

ngc-focusout Build Status

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.

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

7 years ago

1.0.0

7 years ago

0.5.0

7 years ago