我是新的Angular,我必须在我的项目中实现服务器端分页,所以我做了一切,就像在这个例子中完成的一样: Angularjs教程中的服务器端分页
但我在我的网络浏览器控制台中收到这些错误:
GET
http://*********/admin/css/bootstrap.min.css [HTTP/1.1 404 Not Found 1043ms]
GET
http://*********/admin/css/bootstrap-theme.min.css [HTTP/1.1 404 Not Found 1385ms]
GET
http://*********/admin/css/styles.css [HTTP/1.1 404 Not Found 1334ms]
GET
http://*********/admin/lib/angular/angular.js [HTTP/1.1 404 Not Found 1384ms]
GET
http://*********/admin/lib/dirPagination.js [HTTP/1.1 404 Not Found 1383ms]
GET
http://*********/admin/app/app.js
and
Error: [$injector:modulerr] Failed to instantiate module angularTable due to:
[$injector:nomod] Module angularTable is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second …Run Code Online (Sandbox Code Playgroud) angularjs ×1