forked from angular/code.angularjs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path$parse.html
51 lines (43 loc) · 1.31 KB
/
$parse.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<a href='http://github.com/angular/angular.js/edit/master/' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this doc</a>
<h1>$parse</h1>
<div class="description">
Here are the list of errors in the $parse namespace.
</div>
<div class="component-breakdown">
<div>
<table class="definition-table">
<tr>
<th>Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="error/$parse/isecdom">isecdom</td>
<td>Referencing a DOM node in Expression</td>
</tr>
<tr>
<td><a href="error/$parse/isecfld">isecfld</td>
<td>Referencing 'constructor' Field in Expression</td>
</tr>
<tr>
<td><a href="error/$parse/isecfn">isecfn</td>
<td>Referencing Function Disallowed</td>
</tr>
<tr>
<td><a href="error/$parse/isecwindow">isecwindow</td>
<td>Referencing Window object in Expression</td>
</tr>
<tr>
<td><a href="error/$parse/lexerr">lexerr</td>
<td>Lexer Error</td>
</tr>
<tr>
<td><a href="error/$parse/syntax">syntax</td>
<td>Syntax Error</td>
</tr>
<tr>
<td><a href="error/$parse/ueoe">ueoe</td>
<td>Unexpected End of Expression</td>
</tr>
</table>
</div>
</div>