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
Yet another alternative if you have a controller just specific to that page:
(function(){ //code to run }());