mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(dblClick): fix grammar
This commit is contained in:
parent
16d247b386
commit
679d418a50
1 changed files with 2 additions and 2 deletions
|
|
@ -58,11 +58,11 @@ forEach(
|
|||
* @name ng.directive:ngDblclick
|
||||
*
|
||||
* @description
|
||||
* 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.
|
||||
*
|
||||
* @element ANY
|
||||
* @param {expression} ngDblclick {@link guide/expression Expression} to evaluate upon
|
||||
* dblclick. (Event object is available as `$event`)
|
||||
* a dblclick. (The Event object is available as `$event`)
|
||||
*
|
||||
* @example
|
||||
* See {@link ng.directive:ngClick ngClick}
|
||||
|
|
|
|||
Loading…
Reference in a new issue