Nested(child) Popup Close Issue
Modal service for AngularJS - supports creating popups and modals via a service.
Brought to you by:
evanfcrane
Originally created by: smohammedyasin
Hello
I'm using nested model popup, which means to popup a model from another model. Actually it works well , but the second one after closing the model on the top, the original model cannot scroll, and completely freeze .
to work validations i'm not using data-dismiss="modal"
if i use $element.modal('hide'); it will work fine, but if i use close('result', 500); then parent popup will freeze(no buttons work, no scroll)
and also a class append to html tag <html class="modal-open"> after close nested popup
Is there any solution found? if any other people have the same problem.?