AngularJS

AngularJS Directives

AngularJS Filters and Elements

AngularJS Tutorials

AngularJS ng dblclick Directive

AngularJS ng-dblclick Directive

 

 

The ng-dblclick directive tells AngularJS what to do when an HTML element is double clicked. It will not override the ondblclick event and both will be executed.

 

Syntax:-

 

< element ng-dblclick="expression" >< /element >

 

Further Explanation:-

 

Value Description
expression An expression to execute when an element is cdouble-licked.

Code Explanation

All Tutorials related to AngularJS Directives

All Sections related to AngularJS