I am having an odd, safari-only scrolling behavior using AngularJS.
Whenever the user flips between pages, the pages are being changed as if they are AJAX. I understand
You can use $anchorScroll
$scope.gotoTop = function (){ // set the location.hash to the id of // the element you wish to scroll to. $location.hash('top'); // call $anchorScroll() $anchorScroll(); };