N
N
Nice_932017-06-27 15:31:38
JavaScript
Nice_93, 2017-06-27 15:31:38

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

1 answer(s)
O
ozknemoy, 2017-06-27
@ozknemoy

like only a redirect to localhost:4200/blog

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question