AngularJS

AngularJS Directives

AngularJS Filters and Elements

AngularJS Tutorials

AngularJS ng mousemove Directive

AngularJS ng-mousemove Directive

 

 

The ng-mousemove directive is used to tell AngularJS what to do when a mouse cursor moves over a specific HTML element.
It will not override the element original onmousemove event and both will be executed.

 

Syntax:-

 

< element ng-mousemove="expression" >< /element >

 

Further Explanation:-

 

Value Description
expression An expression to execute when a mouse button is clicked.

Code Explanation

All Tutorials related to AngularJS Directives

All Sections related to AngularJS