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