blob: faf10a66db80301add6b9da95b5955b972b11ad1 [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example32-jquery</title>
<script src="../../components/jquery-1.10.2/jquery.js"></script>
<script src="../../../angular.js"></script>
</head>
<body ng-app="">
<input ng-keyup="count = count + 1" ng-init="count=0">
key up count: {{count}}
</body>
</html>