blob: ab821f4bfe58eb9a9373ba4a1d290d6d0351ae4b [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example24</title>
<script src="../../../angular.min.js"></script>
</head>
<body ng-app="">
<button ng-dblclick="count = count + 1" ng-init="count=0">
Increment (on double click)
</button>
count: {{count}}
</body>
</html>