I am showing a Bootstrap modal window for loading when performing AJAX calls. I broadcast a \"progress.init\" event when the loading modal should show and a \"progress.finis
Add this: $(".modal-backdrop").hide(); to the ng-click function in controller to prevent the fade-in backdrop from staying.