blob: e3e7eaec62acbe66c2fe1bbefd1d6b1108ce65df [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example26</title>
<script src="../../../angular.min.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>