如何知道$ anchorScroll是否会产生窗口滚动?

时间:2015-05-15 19:22:51

标签: javascript angularjs

我需要知道 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();
 } 

但我想知道是否还有其他方法可以做到最好。

由于

0 个答案:

没有答案