From 129e413f7e9ef2163747c69bd79a8b8843b2f2c1 Mon Sep 17 00:00:00 2001 From: thorn0 Date: Sat, 17 Jan 2015 18:05:27 +0200 Subject: [PATCH] docs(angular.bootstrap): fns passed as modules are called on config stage --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Angular.js b/src/Angular.js index 52e74cbf396c..309ad6078bf1 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -1338,7 +1338,7 @@ function angularInit(element, bootstrap) { * @param {DOMElement} element DOM element which is the root of angular application. * @param {Array=} modules an array of modules to load into the application. * Each item in the array should be the name of a predefined module or a (DI annotated) - * function that will be invoked by the injector as a run block. + * function that will be invoked by the injector as a `config` block. * See: {@link angular.module modules} * @param {Object=} config an object for defining configuration options for the application. The * following keys are supported: