Commit a6d8110d by Matteo

fix bug in goToPreview

parent 26cec20b
......@@ -216,6 +216,8 @@ export class HomePage {
gotoPreview()
{
UtilService.titoloPagina = '';
this.events.publish('functionCall:cambiaTitolo', null);
this.router.navigateByUrl('home/preview-home');
}
......
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