PortfolioV2
by Graham Heath
HTML
<div ng-app>
<button ng-init="count=0" ng-click="count=count+1;" ng-bind="count">
</button>
</div>
by Graham Heath
<div ng-app>
<button ng-init="count=0" ng-click="count=count+1;" ng-bind="count">
</button>
</div>