mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c26c24c544
Fix an issue in `registerForNg1Tests`, where it passes a `null` as `ng1Injector` to `_bootstrapDone`. This causes a "TypeError: Cannot read property 'get' of null" to be thrown from `_bootstrapDone`.