aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/ng/cpws.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/error/ng/cpws.ngdoc')
-rw-r--r--docs/content/error/ng/cpws.ngdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/content/error/ng/cpws.ngdoc b/docs/content/error/ng/cpws.ngdoc
index 2f7a9c5b..59b9ffac 100644
--- a/docs/content/error/ng/cpws.ngdoc
+++ b/docs/content/error/ng/cpws.ngdoc
@@ -2,3 +2,9 @@
@name ng:cpws
@fullName Copying Window or Scope
@description
+
+Copying Window or Scope instances is not supported because of cyclical and self
+references. Avoid copying windows and scopes, as well as any other cyclical or
+self-referential structures. Note that trying to deep copy an object containing
+cyclical references that is neither a window nor a scope will cause infinite
+recursion and a stack overflow. \ No newline at end of file