Example

 

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