ngcomponentrouter - AngularJs to keep query string on refresh -
i'm using angularjs 1.6 , ngcomponentrouter. want query string maintained after refresh.
for example, if go localhost:8080/something?foo=bar&bar=foo
, hit refresh want go same url including query sting.
currently when refresh go base route (localhost:8080/something
).
Comments
Post a Comment