mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-12 09:57:13 +08:00
11 lines
423 B
Plaintext
11 lines
423 B
Plaintext
@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.
|