Hello,
Am trying to reload the page using the code below in one of my templates.
view.router.navigate(view.router.currentRoute.url, {
ignoreCache : true,
reloadCurrent : true
});
But I get the error view is undefined.
How is the view object defined again?