fix(instrumentation): fix issue with checking models of root scopes

test-unit-sauce
Brian Ford 11 years ago
parent 3f5a2e5f57
commit bae0b604ca

@ -810,6 +810,7 @@ var inject = function () {
}
debug.scopes[ret.$id] = ret;
debug.scopes[this.$id] = this;
debug.scopeDirty[ret.$id] = true;
return ret;