From 1192ae44f1d7f944719520f235e9f2ec895bdfd5 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 7 Feb 2014 20:34:04 +0000 Subject: docs(bike-shed-migration): convert examples to ... --- src/Angular.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Angular.js') diff --git a/src/Angular.js b/src/Angular.js index 99b6e67b..db08a47a 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -719,8 +719,8 @@ function isLeafNode (node) { * @returns {*} The copy or updated `destination`, if `destination` was specified. * * @example - - + +
Name:
@@ -751,8 +751,8 @@ function isLeafNode (node) { $scope.reset(); } - - + + */ function copy(source, destination){ if (isWindow(source) || isScope(source)) { -- cgit v1.2.3