如何使用angular-scroll进行scrollToElement?

时间:2015-07-14 14:40:45

标签: javascript angularjs

我使用Angular Scroll,一旦你点击了某个页面,我就会触发一个函数滚动到一个id。我在下面的代码中收到以下错误:

  

TypeError:$ document.scrollToElement不是函数

initHelp();

function initHelp() {
    console.log('initHelp');
    $document.scrollToElement('#chart-help', 500).then(function() {
        console && console.log('You just scrolled to chart-help!');
    });
}

来自angular-scroll

的文档
.scrollTo( element [, offset, [, duration [, easing ] ] ] )

Alias of .scrollToElement.

.scrollToElement( element [, offset, [, duration [, easing ] ] ] )

1 个答案:

答案 0 :(得分:1)

想出来:

$document.scrollToElement(someElement, offset, duration);

同样来自他们的文档,我错过了偏移号码: border-bottom:none