Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6e69b85

Browse files
thorn0pkozlowski-opensource
authored andcommitted
docs(angular.bootstrap): passed fns are called on config stage
Closes #10789
1 parent 7a9e336 commit 6e69b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ function angularInit(element, bootstrap) {
13381338
* @param {DOMElement} element DOM element which is the root of angular application.
13391339
* @param {Array<String|Function|Array>=} modules an array of modules to load into the application.
13401340
* Each item in the array should be the name of a predefined module or a (DI annotated)
1341-
* function that will be invoked by the injector as a run block.
1341+
* function that will be invoked by the injector as a `config` block.
13421342
* See: {@link angular.module modules}
13431343
* @param {Object=} config an object for defining configuration options for the application. The
13441344
* following keys are supported:

0 commit comments

Comments
 (0)