Skip to content

Commit 1476810

Browse files
thorn0pkozlowski-opensource
authored andcommitted
docs(angular.bootstrap): passed fns are called on config stage
Closes angular#10789
1 parent 833ea05 commit 1476810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

+1-1
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)