Re-disable background for uibModal popup in AngularJS - angularjs

https://angular-ui.github.io/bootstrap/
AngularJS uibModal popup question.
I have a form where I am entering certain input fields and selecting multiple dropdown. On selection of dropdown a web API call triggers, then on submitting the form I opening uibModal popup. Till now web Api call is in pending state, popup is open and background is disabled. If user does not not perform any action on uibmodal then after 30-40 seconds response comes from web API which was triggered on dropdown selection, now the background is enabled and popup remains open.
I have two different controllers, one where popup and web API call is triggered and one for uibModal popup.
I want to re disable the background when the web API response comes.
Thanks in Advance!

Related

Browser back functionality in angular js

How to make the browser back functionality in angular? If the browser back button is clicked, the previous state data remain selected in the old page.
Please share your idea.

How to integrate Fine Uploader with React Bootstrap modal?

FineUploader is great! But I have such a problem: I use React Bootstrap as my UI framework. I need upload button, but after user selects some image file, they need to deal with the image first in a modal dialog window of React Bootstrap, perhaps rotate it, or scale it, or crop it, etc. And when user clicks "Finish" button, then the image should be uploaded to the Node.js server, and display progress bar in the modal dialog body. After the server has received all of the file, then the modal dialog should be closed.
I read through the code of FindUploader, but can't find what I need. FineUploader do have FineUploaderBasic class, with it I can pass the upload button element. But I can't turn the FineUploaderBasic object into FineUploader object, and initialize the template when the modal dialog open. I can't just make the template invisible first, and display it when the modal open. Because React Bootstrap won't add modal into the DOM before user opens the modal.
So should I define a new method to turn a FineUploaderBasic object into a FineUploader object? Or is there any other way to make it?

Angular UI modal within another angular UI Modal

I have created an angular UI Modal within another angular UI bootstrap Modal Ok button function. I have a input form when you click on submit button if the form is dirty then it should open error messages dialog(using angular UI bootstrap modal) and close input form dialog box. I am able to this using modal dismiss function. Once you click on Error message cancel button it should close error dialog box and should open input form dialog with already entered data(assuming user entered only few inputs and other skipped and clicked on OK). How do I get an handle to input form modal from error modal controller? Thanks in advance for your suggestions

Kendo UI Mobile - ActionSheet: How To Disable closing AS when click on Background?

i create an action sheet in KendoUI mobile, but when i click outside(in background) of the action sheet, it dismiss and close. how can i prevent it?
the data-close event is not trigger in this case, i try also to modify some CSS changes but without success.
here is example for kendo ui mobile action sheet with new kendo ui mobile version:
http://demos.telerik.com/kendo-ui/actionsheet/index
Thanks,
Chen.R

ASP.NET AJAX Calendar in Modal Popup with Update Panel

I am implementing a grid view edit and delete functionality using Modal Popup.
I am using ASP.NET Ajax Calendar in Ajax Modal Popup inside an update Panel, but calendar is not showing at the proper place, some it not even show at all, when i click on its TargetControlID (a Text Box).
i also tried to use, following scripts as i googled but NOT solved the issue -
Any Solution??

Resources