mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-13 01:13:08 +00:00
docs(api): fix grammar in ngClick description
- Add missing word 'directive'. - Add missing word 'an'.
This commit is contained in:
parent
e87c88914f
commit
d17aa84be1
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
||||||
* @name ng.directive:ngClick
|
* @name ng.directive:ngClick
|
||||||
*
|
*
|
||||||
* @description
|
* @description
|
||||||
* The ngClick allows you to specify custom behavior when
|
* The ngClick directive allows you to specify custom behavior when
|
||||||
* element is clicked.
|
* an element is clicked.
|
||||||
*
|
*
|
||||||
* @element ANY
|
* @element ANY
|
||||||
* @param {expression} ngClick {@link guide/expression Expression} to evaluate upon
|
* @param {expression} ngClick {@link guide/expression Expression} to evaluate upon
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue