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 was archived by the owner on May 29, 2019. It is now read-only.
I noticed that when I have a dialog open and change a param using $location.search() that my dialog closes. (I have reloadOnSearch: false in my $routeProvider for the page in question). Take for example that a user interaction within a dialog sets a query param in the address without firing a route change.
Looking into dialog in angular-bootstrap js, I see relavent code:
This appears to fix it, but hate to make modifications to code supplied by third-parties since upgrades require going back in and remembering to make modifications again. I can understand that if the route were to actually change that the dialog should close. Maybe this could be supplied in opts, or possibly check the config? I'm not sure the possibilities, but wanted to bring this up.