ui-router-extras icon indicating copy to clipboard operation
ui-router-extras copied to clipboard

Support reloadOnSearch = false for Deep State Redirect

Open georeith opened this issue 9 years ago • 0 comments

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?

georeith avatar Jul 28 '15 12:07 georeith