mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-22 15:44:45 +00:00
parent
34b1ceb42e
commit
28bf357553
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue