aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/error/ng/badname.ngdoc8
-rw-r--r--docs/content/error/resource/badname.ngdoc8
2 files changed, 16 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
diff --git a/docs/content/error/resource/badname.ngdoc b/docs/content/error/resource/badname.ngdoc
new file mode 100644
index 00000000..99f73bdc
--- /dev/null
+++ b/docs/content/error/resource/badname.ngdoc
@@ -0,0 +1,8 @@
+@ngdoc error
+@name $resource:badname
+@fullName Cannot use hasOwnProperty as a parameter name
+@description
+
+Occurs when you try to use the name `hasOwnProperty` as a name of a parameter.
+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