Improve this Doc

Error: ng:badname
Bad `hasOwnProperty` Name

hasOwnProperty is not a valid {0} 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.