Currently I have an Angular.js page that allows searching and displays results. User clicks on a search result, then clicks back button. I want the search results to be disp
You can use angular's $window object:
$window.onload = function(e) { //your magic here }