From 282ed94cf99ebf12af19ac63004ffeceabcbfe4d 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 0ae2f528..7e6ab84f 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -721,9 +721,9 @@ function isLeafNode (node) { * @returns {*} The copy or updated `destination`, if `destination` was specified. * * @example - + -
+
Name:
E-mail:
@@ -737,21 +737,22 @@ function isLeafNode (node) {