アットウィキロゴ

an01

<!doctype html>
<html ng-app>
<head>
<script src="http://code.angularjs.org/1.0.6/angular.min.js"></script>
</head>
<body>
<button ng-click="count = count + 1" ng-init="count=0">ボタン</button>
<br>
{{count}}
</body>
</html>
最終更新:2013年06月09日 08:10