Specify custom behavior on mouseover event.
<ANY
  ng-mouseover="">
...
</ANY>| Param | Type | Details | 
|---|---|---|
| ngMouseover | expression | Expression to evaluate upon
mouseover. (Event object is available as  | 
<button ng-mouseover="count = count + 1" ng-init="count=0">
  Increment (when mouse is over)
</button>
count: {{count}}