aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/ng/cpws.ngdoc
blob: 59b9ffac80c0bfd66f57efba532dd80d7b11fe2d (plain)
1
2
3
4
5
6
7
8
9
10
@ngdoc error
@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.