Podcast/lib/angular/docs/partials/error/$parse:syntax.html
2013-08-21 19:46:51 +02:00

12 lines
1.1 KiB
HTML
Executable file

<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>