blob: 17cf4db701fb3e8910f18279bdc098e8e9c87317 [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example104-jquery</title>
<script src="../../components/jquery-1.10.2/jquery.js"></script>
<script src="../../../angular.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="xmpl">
<div ng-controller="XmplController">
{{ greeting }}!
</div>
</body>
</html>