angularjs ng-scrollbar无效

时间:2014-04-11 14:11:42

标签: angularjs scroll angularjs-directive

我试图在他的github中实现asafdav创建的ng-scrollbar:https://github.com/asafdav/ng-scrollbar,我试图在一个plunker和我的应用程序中使用他的例子,但我不能让它工作,这里是链接我试图解决的那个傻瓜。

http://plnkr.co/edit/suryw2ffUymZ7tW8kIxk?p=preview

抱歉,如果我的问题是基本的,但我是一种新的angularjs,并提前感谢

1 个答案:

答案 0 :(得分:0)

您的plnkr有404错误:

GET http://run.plnkr.co/ng-scrollbar.js 404 (Not Found) (index):8
GET http://run.plnkr.co/ng-scrollbar.min.css 404 (Not Found) (index):10
Uncaught Error: No module: ngScrollbar 

您需要更改对这些文件的引用,如下所示:

<script src="ng-scrollbar.js"></script>
<link rel="stylesheet" href="ng-scrollbar.min.css">

您有/ng-scrollbar.js/ng-scrollbar.min.css