Answer the question
In order to leave comments, you need to log in
How to remove Query Params from url in Ember?
How to remove Query Params from url in Ember?
there is url localhost:4200/blog?search=ado
how to remove from url "?search=ado"
options like
this.set('search', null)
this.controller.set('search', null);
just reset but not delete remains localhost:4200/blog?search=
Can I somehow completely remove Query Params ?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question