Hello Team,
I have save button with progress bar and I want the progress bar display after the save button is click, but what is happing now is the progress bar is always spinning without even clicking the save button, mean while I tried it on different application and it work but when I implement it here it doesn't work.
<div class="submit-progress hidden"> <i class="fa fa-2x fa-spinner fa-spin"></i> <label>Please wait while Processing Payment...</label> </div> <button style="margin-right:10px" type="submit" id="submitButton" class="btn btn-primary mx-3 float-md-right" ng-click="SaveInvoice();onclick=" return displayprogressmessage(this, 'Saving...' );" > Pay </button>