EVOLUTION-MANAGER
Edit File: syntax.html
<a href='https://github.com/angular/angular.js/edit/v1.3.x/docs/content/error/$parse/syntax.ngdoc?message=docs(error%2Fsyntax)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a> <h1>Error: error:syntax <div><span class='hint'>Syntax Error</span></div> </h1> <div> <pre class="minerr-errmsg" error-display="Syntax Error: Token '{0}' {1} at column {2} of the expression [{3}] starting at [{4}].">Syntax Error: Token '{0}' {1} at column {2} of the expression [{3}] starting at [{4}].</pre> </div> <h2>Description</h2> <div class="description"> <p>Occurs when there is a syntax error in an expression. These errors are thrown while compiling the expression. The error message contains a more precise description of the error, including the location (column) in the expression where the error occurred.</p> <p>To resolve, learn more about <a href="guide/expression">Angular expressions</a>, identify the error and fix the expression's syntax.</p> </div>