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