ngBlur
ng
Specify custom behavior on blur event.
<window, input, select, textarea, a ng-blur="{expression}"> ... </window, input, select, textarea, a>as class
<window, input, select, textarea, a class="ng-blur: {expression};"> ... </window, input, select, textarea, a>
Param | Type | Details |
---|---|---|
ngBlur | expression | Expression to evaluate upon
blur. (Event object is available as |
See ngClick