ui-router-extras
ui-router-extras copied to clipboard
Support reloadOnSearch = false for Deep State Redirect
AFAIK the Deep State Redirect module only registers a states parameters via the $stateChangeSucess
event. This leaves out all query parameters modified on a state with reloadOnSearch=false
.
As the latest version of ui-router now correctly supports updating $stateParams
and correct behaviour of reloadOnSearch
it makes sense to me that deep state redirect does so to. Unless I have missed something in the documentation that makes this work.
If I make a pull request for this feature is it likely to be accepted, and should it be hidden behind a configuration option and automatically enabled / disabled?