gpt4 book ai didi

javascript - 错误: $injector:modulerr Module Error Failed to instantiate module printStation due to: Error: [$injector:modulerr

转载 作者:行者123 更新时间:2023-11-27 23:19:16 26 4
gpt4 key购买 nike

我正在使用 anguarjs 开发一个应用程序,并出现如下错误:

无法实例化模块 myApp,原因是:错误:[$injector:modulerr] http://errors.angularjs.org/1.4.5/ $injector/modulerr?p0=u...) 错误时(本地) 在https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js:6:416https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js:38:98 在 n ( https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js:7:322 ) 在 g ( https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js:37:180 ) 在https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js:37:349 在 n ( https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js:7:322 ) 在 g ( https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js:37:180 ) 在 eb ( https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js:40:435 ) 在 d ( https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js:19:381

我阅读了有关此错误的所有建议并已应用,但它们没有用。我的布局页面是这样的:

<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular-route.min.js"></script>
<script src="~/app/myApp.js"></script>
<script src="~/Scripts/angular/messages.js"></script>
</head>

<body ng-app="myApp" class="hold-transition skin-blue sidebar-mini">

.
.
.
.
.

我的 myApp.js 页面是这样的:

var myApp= angular.module('myApp', ['ngRoute', 'ngMessages', 'ui.bootstrap']);

我的 Controller 位于另一个文件夹中,开头如下:

myApp.controller('templateController', [ '$scope','$rootScope', 'SharedDataService', "templateFactory", "$log", "$uibModal", function ( $scope,$rootScope, SharedDataService,templateFactory, $log, $uibModal) {
.
.
.

此外,我没有创建自己的指令,我检查了 Angular.js 和 Angular-route.js 是否已下载。为什么我会犯这个错误?有什么想法吗?

最佳答案

如果我有代表,我会对此发表评论(因为我不确定),但我不认为 ui.bootstrap 包含在页面上的任何位置,这会导致应用无法实例化。

编辑:您能否提供调试输出的完整行?

关于javascript - 错误: $injector:modulerr Module Error Failed to instantiate module printStation due to: Error: [$injector:modulerr,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35529256/

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