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