I want to do a redirect that does a full page reload so that the cookies from my web server are refreshed when the page loads. window.location = \"/#/Next\" and
window.location = \"/#/Next\"
Try this
$window.location.href="#page-name"; $window.location.reload();