Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4a2c8 commit 095627aCopy full SHA for 095627a
src/ng/directive/ngEventDirs.js
@@ -403,6 +403,9 @@ forEach(
403
* @description
404
* Specify custom behavior on blur event.
405
*
406
+ * A [blur event](https://developer.mozilla.org/en-US/docs/Web/Events/blur) fires when
407
+ * an element has lost focus.
408
+ *
409
* Note: As the `blur` event is executed synchronously also during DOM manipulations
410
* (e.g. removing a focussed input),
411
* AngularJS executes the expression using `scope.$evalAsync` if the event is fired
0 commit comments