mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-06-13 08:30:36 +08:00
docs(api): fix grammar in ngClick description
- Add missing word 'directive'. - Add missing word 'an'.
This commit is contained in:
committed by
Pete Bacon Darwin
parent
e87c88914f
commit
d17aa84be1
@@ -5,8 +5,8 @@
|
||||
* @name ng.directive:ngClick
|
||||
*
|
||||
* @description
|
||||
* The ngClick allows you to specify custom behavior when
|
||||
* element is clicked.
|
||||
* The ngClick directive allows you to specify custom behavior when
|
||||
* an element is clicked.
|
||||
*
|
||||
* @element ANY
|
||||
* @param {expression} ngClick {@link guide/expression Expression} to evaluate upon
|
||||
|
||||
Reference in New Issue
Block a user