Showing posts with label ng-mousemove. Show all posts
Showing posts with label ng-mousemove. Show all posts

Sunday, April 26, 2015

ng-mousemove event

AngularJS provides various mouse events to track events raised by user interaction with the mouse like mousedown, mousemove, mouseover etc, in this post we shall see on how to handle the mousemove event using AngularJS

AngularJS provides ng-mousemove directive to handle mouse down events raised by the user, mousemove event can be handled by associating the ng-mousemove directive to an event handler function which passes the mouse event as a parameter.

The following example shows on how to use the ng-mousemove directive to handle mousemove events raised by the user.