blob: a09a1dd16d059e34b2f5de2d3a0e08ffafb9d314 [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example25-debug</title>
<script src="../../../angular.js"></script>
</head>
<body ng-app="">
<button ng-mousedown="count = count + 1" ng-init="count=0">
Increment (on mouse down)
</button>
count: {{count}}
</body>
</html>