diff options
| author | Haralan Dobrev | 2012-10-18 11:03:14 +0300 | 
|---|---|---|
| committer | Igor Minar | 2012-11-11 11:40:52 +0100 | 
| commit | 5ee3bbee909fa8e5b89cd1098ba8295e05fc16c3 (patch) | |
| tree | 00ca0d98d5ed45ae347b7fb16538637ca66e6c02 | |
| parent | 80927c5811646bb5102839fd0ba4d9d89672de01 (diff) | |
| download | angular.js-5ee3bbee909fa8e5b89cd1098ba8295e05fc16c3.tar.bz2 | |
docs(angular.module): improve angular.Module#run docs
| -rw-r--r-- | src/loader.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/loader.js b/src/loader.js index c253da3c..4325e26e 100644 --- a/src/loader.js +++ b/src/loader.js @@ -215,8 +215,8 @@ function setupModuleLoader(window) {             * @param {Function} initializationFn Execute this function after injector creation.             *    Useful for application initialization.             * @description -           * Use this method to register work which needs to be performed when the injector with -           * with the current module is finished loading. +           * Use this method to register work which should be performed when the injector is done +           * loading all modules.             */            run: function(block) {              runBlocks.push(block); | 
