I have an app with angularjs routing, but on some view i want to scroll to some specific div and i use anchorScroll but sometimes (not all times) it refresh all page even i stop
I've two use cases on the same page :
window.setTimeout(function(){
$location.hash("anchorForm");
$anchorScroll();
}, 300);