Resetting query params for link-to/transitionTo

@ismyrnow your resetController function is helpful to me. Thanks. I came across your post because as a newbie to ember I am struggling with the EXACT same issues. I’m trying to port an app from jquery and I’m having to roll my own “parameter manager” in ember exactly as I did with just jquery…which I think kind of defeats the purpose of even using ember.

Anyway, the specific problem I am having is that when certain actions are triggered, some params need to remain and some need to be reset. I wrote about it here: App design: managing complex state with sticky queryParams

Did you have a similar problem with your app, or did you just need a way to clear all params (i.e. override sticky-ness)? If you did have that problem, how did you deal with it? The code I am writing to manage parameter rules is ugly, ugly, ugly!