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