diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index d06abfc248b3..1ee04ed15770 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -105,7 +105,6 @@ function $RootScopeProvider() { var child = parent.$new(); parent.salutation = "Hello"; - child.name = "World"; expect(child.salutation).toEqual('Hello'); child.salutation = "Welcome";