AngularJS ng-mouseenter
Directive
AngularJS Example
Execute an expression when the mouse pointer moves over the element:
Definition and Usage
The ng-mouseenter directive is used to tell AngularJS what to do when the mouse moves over an HTML element.
The ng-mouseenter directive does not override the element's native onmouseenter event, both will be executed.
Syntax
The directive is supported by all HTML elements.
Parameter Values
Value | Description |
---|---|
expression | The expression to execute when the mouse moves over the element. |