Want to redirect from Route, Keeping Query Params in EmberJS? You should be able to pass query parameters to the transitionTo, something along the line of:
1 2 3 | this.transitionTo("applications", savedApplication, { queryParams: transition.queryParams }); |
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.