diff --git a/docs/content/error/$parse/isecobj.ngdoc b/docs/content/error/$parse/isecobj.ngdoc new file mode 100644 index 00000000..8da6e27a --- /dev/null +++ b/docs/content/error/$parse/isecobj.ngdoc @@ -0,0 +1,11 @@ +@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.