blob: 2fc71746d1c4f123aa7b908bce09b8b4d0f359b5 [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example27-debug</title>
<script src="../../../angular.js"></script>
</head>
<body ng-app="">
<button ng-mouseover="count = count + 1" ng-init="count=0">
Increment (when mouse is over)
</button>
count: {{count}}
</body>
</html>