Sign in
android
/
platform
/
external
/
cherry
/
main
/
.
/
third_party
/
angular
/
docs
/
examples
/
example-example56
/
index.html
blob: a92d84d5b9d2759d5fd4c95ca321fcb8a0818f0a [
file
]
<!doctype html>
<html
lang
=
"en"
>
<head>
<meta
charset
=
"UTF-8"
>
<title>
Example - example-example56
</title>
<script
src
=
"../../../angular.min.js"
></script>
</head>
<body
ng-app
=
""
>
<pre>
{{ {'name':'value'} | json }}
</pre>
</body>
</html>