From 2e106594721219745fc61419bdfd96de87d077bd Mon Sep 17 00:00:00 2001 From: Almar Date: Wed, 16 Jul 2014 17:14:01 +0200 Subject: [PATCH] docs(misc core): fixed broken angular.copy example The module was not being registered, and this broke the example for who knows how long! Closes #8218 --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Angular.js b/src/Angular.js index 3ae8880a..68db87cd 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -747,7 +747,7 @@ function isLeafNode (node) {