diff options
Diffstat (limited to 'docs/content/error/ng/badname.ngdoc')
| -rw-r--r-- | docs/content/error/ng/badname.ngdoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/content/error/ng/badname.ngdoc b/docs/content/error/ng/badname.ngdoc new file mode 100644 index 00000000..5d3a6f61 --- /dev/null +++ b/docs/content/error/ng/badname.ngdoc @@ -0,0 +1,8 @@ +@ngdoc error +@name ng:badname +@fullName Bad `hasOwnProperty` Name +@description + +Occurs when you try to use the name `hasOwnProperty` in a context where it is not allow. +Generally, a name cannot be `hasOwnProperty` because it is used, internally, on a object +and allowing such a name would break lookups on this object.
\ No newline at end of file |
