EVOLUTION-MANAGER
Edit File: isecobj.html
<a href='https://github.com/angular/angular.js/edit/v1.3.x/docs/content/error/$parse/isecobj.ngdoc?message=docs(error%2Fisecobj)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a> <h1>Error: error:isecobj <div><span class='hint'>Referencing Object Disallowed</span></div> </h1> <div> <pre class="minerr-errmsg" error-display="Referencing Object in Angular expressions is disallowed! Expression: {0}">Referencing Object in Angular expressions is disallowed! Expression: {0}</pre> </div> <h2>Description</h2> <div class="description"> <p>Occurs when an expression attempts to access the 'Object' object (Root object in JavaScript).</p> <p>Angular bans access to Object from within expressions since access is a known way to modify the behaviour of existing objects.</p> <p>To resolve this error, avoid Object access.</p> </div>