mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 03:21:08 +00:00
docs($inject): wording change
This commit is contained in:
parent
48308913bb
commit
16bfb7eea0
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