mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
Errors I've documented so far: - `$injector:cdep` - `$injector:itkn` - `$injector:modulerr` - `$injector:nomod` - `$injector:pget` - `$injector:unpr` - `ng:areq` - `ng:cpi` - `ng:cpws` - `ngModel:noass` Closes #3430
10 lines
No EOL
422 B
Text
10 lines
No EOL
422 B
Text
@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. |