mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-15 06:47:50 +08:00
9 lines
319 B
Plaintext
9 lines
319 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 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.
|