diff options
| -rw-r--r-- | src/auto/injector.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auto/injector.js b/src/auto/injector.js index 96ea0bf4..03e8025f 100644 --- a/src/auto/injector.js +++ b/src/auto/injector.js @@ -147,7 +147,8 @@ function annotate(fn) { * @description * Invoke the method and supply the method arguments from the `$injector`. * - * @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 + * {@link guide/di $inject Annotation} rules. * @param {Object=} self The `this` for the invoked method. * @param {Object=} locals Optional object. If preset then any argument names are read from this object first, before * the `$injector` is consulted. |
