https://github.com/sroze/ngInfiniteScroll
好的,所以我加载了ng-infinite-scroll.min.js
当我加载模块时,会破坏它
angular.module('myApp',['infinite-scroll']);
它告诉我一些控制器现在未定义。 错误:[ng:areq] http://errors.angularjs.org/1.2.25/ng/areq?p0=UserbarController&p1=not%20a%20function%2C%20got%20undefined
答案 0 :(得分:0)
检查你的HTML。在你的html的某个地方有一个ng-controller =“your_controller”指令,你没有在你的javascript文件中定义我们的脚本标签。