mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(angular.module): improve angular.Module#run docs
This commit is contained in:
parent
80927c5811
commit
5ee3bbee90
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue