标签: javascript jquery angularjs twitter-bootstrap
我使用了smoothJS的平滑滚动和scrollSpy,因为我有一个角度脚本,因此我不能使用bootstrap的scrolllspy因为hash,而是angularJS的特殊情况: https://github.com/oblador/angular-scroll/
而且我不知道如何禁用scrollspy并且解决方案$('body').scrollspy({ target: '.spy-active' });无法正常工作,因为它不是引导程序。
$('body').scrollspy({ target: '.spy-active' });
感谢。