gpt4 book ai didi

javascript - 带有数据表喷油器错误的 Angular

转载 作者:行者123 更新时间:2023-11-29 21:25:05 27 4
gpt4 key购买 nike

我正在尝试让 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/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com