Angular/ngClick

count: {{count}}
    
<button ng-click="count = count + 1" ng-init="count=0">
  +
</button>
count: {{count}}