Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d247b commit 679d418Copy full SHA for 679d418
src/ng/directive/ngEventDirs.js
@@ -58,11 +58,11 @@ forEach(
58
* @name ng.directive:ngDblclick
59
*
60
* @description
61
- * The `ngDblclick` directive allows you to specify custom behavior on dblclick event.
+ * The `ngDblclick` directive allows you to specify custom behavior on a dblclick event.
62
63
* @element ANY
64
* @param {expression} ngDblclick {@link guide/expression Expression} to evaluate upon
65
- * dblclick. (Event object is available as `$event`)
+ * a dblclick. (The Event object is available as `$event`)
66
67
* @example
68
* See {@link ng.directive:ngClick ngClick}
0 commit comments