How to force a window reload in Service Portal?
$window.location.reload() only works in chrome and not in IE have tried: location.reload(true);window.location.href = window.location.href;anyone else experienced the same or similar, and has anyone solved this?