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