Files
angular.js/docs/content/error/ng/badname.ngdoc
2014-12-15 19:07:58 +01:00

9 lines
321 B
Plaintext

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