我需要知道 window.onscroll 是否会在 $ anchorScroll();
之后调用现在,我正在做这个。
// if this is true, I'm sure that window.onscroll will be trigger
if(angular.element('#' + $location.hash())[0].getBoundingClientRect().top !== 0){
$anchorScroll();
}
但我想知道是否还有其他方法可以做到最好。
由于