Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e066331

Browse files
djindjicpkozlowski-opensource
authored andcommitted
docs($rootScope): clean up inheritance example
Closes #10441
1 parent 9ae0c01 commit e066331

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ng/rootScope.js

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ function $RootScopeProvider() {
105105
var child = parent.$new();
106106
107107
parent.salutation = "Hello";
108-
child.name = "World";
109108
expect(child.salutation).toEqual('Hello');
110109
111110
child.salutation = "Welcome";

0 commit comments

Comments
 (0)