angular.js/docs/content/error/ng/cpws.ngdoc

10 lines
422 B
Text
Raw Normal View History

2013-07-13 00:42:27 +00:00
@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.