blob: 99f73bdc77cd292848a564e80c3f4cb93c13c74f (
plain)
| 1
2
3
4
5
6
7
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.
 |