Could anybody help me with a solution. I need to make the link disabled (PAY Now) after clicking on that to avoid multi clicking.
<div class="Class1" data-ng-show="ShowButton == 'TRUE'">
<a href="javascript:void(0);" data-ng-click="PayNow()" class="btn-register">PAY NOW</a></div>
You can in the PayNow() function create an extra variable which disables the button like so:
JS:
HTML