I am building a Html 5 website using push state and I wondering whether its possible in javascript or JQuery to detect whether the browser\'s back button has been pushed. I woul
And for AngularJS
$window.onpopstate = function(e) { $window.alert("location: " + $location.path()); }