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

12 lines
903 B
HTML
Executable file

<a href="http://github.com/angular/angular.js/edit/master/docs/content/error/parse/ueoe.ngdoc" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable="">Unexpected End of Expression</code>
<div><span class="hint">error in component <code ng:non-bindable="">$parse</code>
</span>
</div>
</h1>
<div><pre class="minerr-errmsg" error-display="Unexpected end of expression: {0}">Unexpected end of expression: {0}</pre>
<h2 id="Description">Description</h2>
<div class="description"><div class="-parse-page -parse-ueoe-page"><p>Occurs when an expression is missing tokens at the end of the expression.
For example, forgetting a closing bracket in an expression will trigger this error.</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>