ngMousedown
ng
The ngMousedown directive allows you to specify custom behavior on mousedown event.
<ANY ng-mousedown="{expression}">
...
</ANY>
| Param | Type | Details |
|---|---|---|
| ngMousedown | expression | Expression to evaluate upon
mousedown. (Event object is available as |