Maybe fix?

This commit is contained in:
Nemanja Nedeljkovic 2018-01-06 21:22:12 +01:00
parent f64af6b64a
commit 22725beede

View File

@ -7,7 +7,7 @@
<div ng-controller="myCtrl">
<p>Click the button to run a function:</p>
<p ng-click="myFunc()">OK</p>
<p id="link" ng-click="myFunc()">OK</p>
<p>The button has been clicked {{count}} times.</p>
</div>