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