View source Improve this doc

ngDblclick
directive in module ng

Description

The ngDblclick directive allows you to specify custom behavior on a dblclick event.

Usage

as attribute
<ANY ng-dblclick="{expression}">
   ...
</ANY>

Parameters

ParamTypeDetails
ngDblclickexpression

Expression to evaluate upon a dblclick. (The Event object is available as $event)

Example

Source



Demo