mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +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
f3bff27460
commit
d2177ae312
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
|
||||
* 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
|
||||
* services to be injected into the function.
|
||||
|
|
|
|||
Loading…
Reference in a new issue