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
Try this?
$scope.$on('$viewContentLoaded', function() { //call it here });