parent
f94a2d86fb
commit
20fbbcc72d
|
@ -78,7 +78,7 @@ var _rootInjector: Injector;
|
||||||
// Contains everything that is safe to share between applications.
|
// Contains everything that is safe to share between applications.
|
||||||
var _rootBindings = [bind(Reflector).toValue(reflector)];
|
var _rootBindings = [bind(Reflector).toValue(reflector)];
|
||||||
|
|
||||||
// TODO: This code is nearly identitcal to core/application. There should be a way to only write it
|
// TODO: This code is nearly identical to core/application. There should be a way to only write it
|
||||||
// once
|
// once
|
||||||
function _injectorBindings(): any[] {
|
function _injectorBindings(): any[] {
|
||||||
var bestChangeDetection = new DynamicChangeDetection();
|
var bestChangeDetection = new DynamicChangeDetection();
|
||||||
|
|
Loading…
Reference in New Issue