docs(guide/bootstrap): link to batarang

This commit is contained in:
Brian Ford
2014-10-27 02:24:07 -07:00
parent 875f8f6557
commit 29d727210d

View File

@@ -128,8 +128,8 @@ This is the sequence that your code should follow:
## Deferred Bootstrap
This feature enables tools like Batarang and test runners to
hook into angular's bootstrap process and sneak in more modules
This feature enables tools like [Batarang](github.com/angular/angularjs-batarang) and test runners
to hook into angular's bootstrap process and sneak in more modules
into the DI registry which can replace or augment DI services for
the purpose of instrumentation or mocking out heavy dependencies.