<!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>