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