The above solution with /404 does not work for me.
This however seems to work
.otherwise({
controller : function(){
window.location.replace("https://stackoverflow.com/");
},
template : "<div></div>"
});
PS. I am using Angular 1.2.10