mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-10 17:15:26 +08:00
docs(dblClick): fix grammar
This commit is contained in:
committed by
Brian Ford
parent
2361572012
commit
b891c708cf
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user