blob: 775a6009f5a5daf1e3fb574fe56beb7b7d4563a1 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE HTML>
<html xmlns:ng="http://angularjs.org">
<script type="text/javascript" src="../src/angular-bootstrap.js" ng:autobind></script>
<body>
<textarea name="html" rows="10" cols="100"></textarea>
<div>{{html|html}}</div>
</body>
</html>
|