mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 23:34:42 +00:00
docs($inject): wording change
This commit is contained in:
parent
ba076a29b9
commit
3f34319398
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ function annotate(fn) {
|
||||||
* # Injection Function Annotation
|
* # Injection Function Annotation
|
||||||
*
|
*
|
||||||
* JavaScript does not have annotations, and annotations are needed for dependency injection. The
|
* JavaScript does not have annotations, and annotations are needed for dependency injection. The
|
||||||
* following ways are all valid way of annotating function with injection arguments and are equivalent.
|
* following are all valid ways of annotating function with injection arguments and are equivalent.
|
||||||
*
|
*
|
||||||
* <pre>
|
* <pre>
|
||||||
* // inferred (only works if code not minified/obfuscated)
|
* // inferred (only works if code not minified/obfuscated)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue