Skip to content
Permalink
Browse files

docs($rootScope): clean up inheritance example

Closes #10441
  • Loading branch information
djindjic authored and pkozlowski-opensource committed Dec 12, 2014
1 parent 9ae0c01 commit e0663312fb6c50f7255cb43459dfb5aa2d1e9da7
Showing with 0 additions and 1 deletion.
  1. +0 −1 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";

0 comments on commit e066331

Please sign in to comment.
You can’t perform that action at this time.