Commit 71476a01 by Adarsh K

Merge branch 'adarsh' into 'master'

back See merge request !19
parents dce99ffd 640f5ce1
...@@ -41,7 +41,7 @@ export class LandingPage implements OnInit { ...@@ -41,7 +41,7 @@ export class LandingPage implements OnInit {
goToPage(path, data = null) { goToPage(path, data = null) {
this.service.set('landing', true); this.service.set('landing', true);
this.router.navigateByUrl(path, { queryParams: data }); this.router.navigateByUrl(path, {replaceUrl: true});
document.body.scrollTop = document.documentElement.scrollTop = 0; document.body.scrollTop = document.documentElement.scrollTop = 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment