You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
I'm able to open the modal window and when i click on ok or cancel the modal window disappears and i can get the values in the modal window back into my main controller. However the modal window html code which is responsible for the modal window is not deleted after clicking on ok or dismiss. Hence, I'm unable to access the parent page even after the modal window is disappeared.
I was not able to recreate the issue when i tried in simple environment. I've included lots of css files and thirdparty angular directives and such. I suspect it could be because of some conflicting dependencies. Please let me know if this is because of some conflicting javascript or css files if any.
The text was updated successfully, but these errors were encountered:
Hello gunaskr. I ran in the same issue : my modal is closed, and yet the angular-rangeslider plugin present on the modal modifies my objects further. It's not verry clear. Here is my list of dependencies, what is yours? maybe we can find common points.
I'm able to open the modal window and when i click on ok or cancel the modal window disappears and i can get the values in the modal window back into my main controller. However the modal window html code which is responsible for the modal window is not deleted after clicking on ok or dismiss. Hence, I'm unable to access the parent page even after the modal window is disappeared.
I was not able to recreate the issue when i tried in simple environment. I've included lots of css files and thirdparty angular directives and such. I suspect it could be because of some conflicting dependencies. Please let me know if this is because of some conflicting javascript or css files if any.
The text was updated successfully, but these errors were encountered: