From ad8092ed808dad6721738645e2561fd6832d93d5 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Mon, 7 Jul 2014 23:56:26 -0700 Subject: [PATCH] docs(angular.copy): update example to use a module --- src/Angular.js | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/Angular.js b/src/Angular.js index 9cba518ae..682ebd527 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -731,9 +731,9 @@ function isLeafNode (node) { * @returns {*} The copy or updated `destination`, if `destination` was specified. * * @example - + -
+
Name:
E-mail:
@@ -747,21 +747,22 @@ function isLeafNode (node) {