mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 22:37:41 +08:00
12 lines
355 B
Plaintext
12 lines
355 B
Plaintext
@ngdoc error
|
|
@name $parse:isecobj
|
|
@fullName Referencing Object Disallowed
|
|
@description
|
|
|
|
Occurs when an expression attempts to access the 'Object' object (Root object in JavaScript).
|
|
|
|
Angular bans access to Object from within expressions since access is a known way to modify
|
|
the behaviour of existing objects.
|
|
|
|
To resolve this error, avoid Object access.
|