EVOLUTION-MANAGER
Edit File: badname.html
<a href='https://github.com/angular/angular.js/edit/v1.3.x/docs/content/error/ng/badname.ngdoc?message=docs(error%2Fbadname)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a> <h1>Error: error:badname <div><span class='hint'>Bad `hasOwnProperty` Name</span></div> </h1> <div> <pre class="minerr-errmsg" error-display="hasOwnProperty is not a valid {0} name">hasOwnProperty is not a valid {0} name</pre> </div> <h2>Description</h2> <div class="description"> <p>Occurs when you try to use the name <code>hasOwnProperty</code> in a context where it is not allowed. Generally, a name cannot be <code>hasOwnProperty</code> because it is used, internally, on a object and allowing such a name would break lookups on this object.</p> </div>