AngularJS中的滚动事件仅在滚动页面顶部或底部时触发

时间:2016-04-15 00:24:16

标签: javascript html angularjs scroll angularjs-directive

我已经在这个问题上敲了一会儿......

不知道为什么会这样,但我的

          angular.element($window).bind("scroll", function() {
            console.log($window.scrollY);
            scope.$apply();
          });

功能仅在我滚动页面时触发。 (见图)

enter image description here

enter image description here

有没有人见过这个?

0 个答案:

没有答案