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