We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543cf18 commit f66d654Copy full SHA for f66d654
docs/content/guide/di.ngdoc
@@ -222,7 +222,9 @@ method or constructor function. These components can be injected with "service"
222
dependencies.
223
224
- The `run` and `config` methods accept a function, which can also be injected with "service"
225
-components as dependencies.
+components as dependencies. Note that only providers and constants can be injected into configuration
226
+blocks and only instances and constants can be injected into run blocks.
227
+See [Modules](https://docs.angularjs.org/guide/module#module-loading-dependencies) for additional details.
228
229
- Controllers are defined by a constructor function, which can be injected with any of the "service"
230
components as dependencies, but they can also be provided with special dependencies. See "DI in
0 commit comments