From b5f351b2bcc4d39d4954dd6deae770786734dda0 Mon Sep 17 00:00:00 2001 From: Aleksandar Djindjic Date: Fri, 12 Dec 2014 21:26:14 +0100 Subject: [PATCH] remove set child name this line is not relevant to example --- src/ng/rootScope.js | 1 - 1 file changed, 1 deletion(-) 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";