mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-24 13:53:43 +00:00
docs($injector): clarify $inject property description
Section heading about `$inject` property refers to it as `$injector` property.
This commit is contained in:
parent
978bbd2d49
commit
f3cca88384
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ function annotate(fn) {
|
||||||
* This method does not work with code minfication / obfuscation. For this reason the following annotation strategies
|
* This method does not work with code minfication / obfuscation. For this reason the following annotation strategies
|
||||||
* are supported.
|
* are supported.
|
||||||
*
|
*
|
||||||
* # The `$injector` property
|
* # The `$inject` property
|
||||||
*
|
*
|
||||||
* If a function has an `$inject` property and its value is an array of strings, then the strings represent names of
|
* If a function has an `$inject` property and its value is an array of strings, then the strings represent names of
|
||||||
* services to be injected into the function.
|
* services to be injected into the function.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue