bootstrap icon indicating copy to clipboard operation
bootstrap copied to clipboard

Single uib-modal-window, for multiple modals without backdrop

Open louwie17 opened this issue 8 years ago • 1 comments

In our app we currently have it so we can load multiple modals without a backdrop, so the user can still use the app in the background, while the modal is displayed. Now we want to show multiple progress modals, but if you close one to have the modals below automatically move up, much like this: http://bootstrap-notify.remabledesigns.com/ (just with modals).

This is currently difficult as we create a new uib-modal-window wrapper for each modal: https://github.com/angular-ui/bootstrap/blob/master/src/modal/modal.js#L466 Would people be interested if we allow to reuse the uib-modal-window for multiple modals? this way we wouldn't have to manually update the locations of each modal, when another modal has been closed.

louwie17 avatar Jan 30 '17 14:01 louwie17

@louwie17 did you find any solution for this ?