mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
committed by
Pete Bacon Darwin
parent
34b1ceb42e
commit
28bf357553
@@ -114,7 +114,7 @@ This is the sequence that your code should follow:
|
|||||||
|
|
||||||
## Deferred Bootstrap
|
## Deferred Bootstrap
|
||||||
|
|
||||||
This features enables tools like Batarang and test runners to
|
This feature enables tools like Batarang and test runners to
|
||||||
hook into angular's bootstrap process and sneak in more modules
|
hook into angular's bootstrap process and sneak in more modules
|
||||||
into the DI registry which can replace or augment DI services for
|
into the DI registry which can replace or augment DI services for
|
||||||
the purpose of instrumentation or mocking out heavy dependencies.
|
the purpose of instrumentation or mocking out heavy dependencies.
|
||||||
@@ -125,4 +125,4 @@ until `angular.resumeBootstrap()` is called.
|
|||||||
|
|
||||||
`angular.resumeBootstrap()` takes an optional array of modules that
|
`angular.resumeBootstrap()` takes an optional array of modules that
|
||||||
should be added to the original list of modules that the app was
|
should be added to the original list of modules that the app was
|
||||||
about to be bootstrapped with.
|
about to be bootstrapped with.
|
||||||
|
|||||||
Reference in New Issue
Block a user