We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fn
1 parent 50320c9 commit 615ccddCopy full SHA for 615ccdd
src/auto/injector.js
@@ -147,7 +147,8 @@ function annotate(fn) {
147
* @description
148
* Invoke the method and supply the method arguments from the `$injector`.
149
*
150
- * @param {!function} fn The function to invoke. The function arguments come form the function annotation.
+ * @param {!function} fn The function to invoke. Function parameters are injected according to the
151
+ * {@link guide/di $inject Annotation} rules.
152
* @param {Object=} self The `this` for the invoked method.
153
* @param {Object=} locals Optional object. If preset then any argument names are read from this object first, before
154
* the `$injector` is consulted.
0 commit comments