Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
using angularjs to load a jsp page content in div tag. within the jsp page some text and button there. It was successful completed. But it take some time to load the jsp page content within the div. Here i'm using some class to load a loader (span). I want to disable the loader after jsp content load in that div.

index.html
HTML
<div ng-include="paymenturl"></div>
  <div>
       <span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span>
  </div>


angular.js
JavaScript
$scope.paymenturl='https:/..../iwa/PaymentForm.jsp?orderNo='+$scope.orderNo+'&amount='+$scope.amount+'&IOMS='+$scope.selectedIOMS.connection;
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900