Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 095627a

Browse files
zymsysbtford
authored andcommitted
docs(ngBlur): explain blur events
1 parent 1b4a2c8 commit 095627a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ng/directive/ngEventDirs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,9 @@ forEach(
403403
* @description
404404
* Specify custom behavior on blur event.
405405
*
406+
* A [blur event](https://developer.mozilla.org/en-US/docs/Web/Events/blur) fires when
407+
* an element has lost focus.
408+
*
406409
* Note: As the `blur` event is executed synchronously also during DOM manipulations
407410
* (e.g. removing a focussed input),
408411
* AngularJS executes the expression using `scope.$evalAsync` if the event is fired

0 commit comments

Comments
 (0)