- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试让 angularjs 与 jquery 数据表一起工作,我正在使用此处找到的示例: https://l-lin.github.io/angular-datatables/#/angularWay
我已经包含了所需的脚本,但是当我更新我的模块以包含数据表时,我收到一个错误:
var testModule = angular.module("testModule", ['ngResource', 'ngRoute', 'ngSanitize', 'datatables']);
我收到以下错误:
Uncaught Error: [$injector:modulerr] This error occurs when a module fails to load due to some exception. The error message above should provide additional context. A common reason why the module fails to load is that you've forgotten to include the file with the defined module or that the file couldn't be loaded.
从那里删除“数据表”,它可以工作,但没有数据表。我按以下顺序包含了以下脚本:
jquery.min.js
jquery.dataTables.min.js
angular.min.js
angular-datatables.js
test-module.js
在示例中,我没有看到任何表明数据表来自哪里而不是来自 angular-datatables.js 文件的信息。
最佳答案
看起来“数据表”模块可能尚未注册。你是如何加载你的 JS 文件的?
关于javascript - 带有数据表喷油器错误的 Angular ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37665180/
在 angularjs:~1.6.0 应用程序中使用 angular-translate:^2.15.2 时出现以下错误,translate-loader-static-files: ^2.15.2
我开发了一个 AngularJS 应用程序,它可以在 Firefox、Opera、Safari、Edge 和 Chrome 上运行,但不能在 IE 11 上运行。 这是我在 IE 11 中打开应用程序
我是一名优秀的程序员,十分优秀!