docs($parse): add missing 'isecobj' error page

This commit is contained in:
Igor Minar
2014-07-01 06:36:09 -07:00
parent 7027844d42
commit 7088ed1ed3

View File

@@ -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.