UNPKG

knowhow-server

Version:

A personal workflow engine that can manage and use any network connected host

13 lines (12 loc) 1.09 kB
<a href="http://github.com/angular/angular.js/edit/master/docs/content/error/parse/syntax.ngdoc" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable="">Syntax Error</code> <div><span class="hint">error in component <code ng:non-bindable="">$parse</code> </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> <h2 id="description">Description</h2> <div class="description"><div class="-parse-page -parse-syntax-page"><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&#39;s syntax.</p> </div></div> </div>