mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
fix(docs): improper rendering of JSON
This commit is contained in:
parent
1e96d0af8c
commit
81a6601e05
1 changed files with 4 additions and 4 deletions
|
|
@ -186,10 +186,10 @@ The following example demonstrates:
|
|||
|
||||
<hr/>
|
||||
Debug View:
|
||||
<pre>form={{form}}</pre>
|
||||
<pre>master={{master}}</pre>
|
||||
<pre>userForm={{userForm}}</pre>
|
||||
<pre>addressForm={{addressForm}}</pre>
|
||||
<pre>form={{form|json}}</pre>
|
||||
<pre>master={{master}|json}</pre>
|
||||
<pre>userForm={{userForm|json}}</pre>
|
||||
<pre>addressForm={{addressForm|json}}</pre>
|
||||
</div>
|
||||
</doc:source>
|
||||
<doc:scenario>
|
||||
|
|
|
|||
Loading…
Reference in a new issue