blob: 577dc49fadddfc741d768c6b4cc39c662b983f91 [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example103-debug</title>
<script src="../../../angular.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="myApp">
<div>
{{ 'World' | greet }}
</div>
</body>
</html>