gpt4 book ai didi

javascript - 无法为 View 实例化 ngRoute

转载 作者:行者123 更新时间:2023-11-30 16:46:39 24 4
gpt4 key购买 nike

我在我的 JS 文件中使用了以下代码:

var mainAngular = angular.module('baniyaApp', ['ngRoute','ui.bootstrap']);

////======================== CONFIG =================================
mainAngular.config(function($routeProvider, $locationProvider) {
alert('ng route');
$routeProvider
.when('/', {
templateUrl: "HomeLandPage.html"
});
});
////=================================================================

“HomeLandPage.html”存在于同一位置,因此路径没有问题。包含 ng-view 的主页。我已经注意使用来自 http://ajax.googleapis.com/ajax/libs/angularjs/1.2.15/angular.js 的 angular.js 文件。链接。

我在控制台上收到以下错误。请确认 JavaScript 文件是否正确。

Uncaught Error: [$injector:modulerr] Failed to instantiate module baniyaApp due to:
Error: [$injector:modulerr] Failed to instantiate module ngRoute due to:
Error: [$injector:nomod] Module 'ngRoute' 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 argument.

最佳答案

在你的app目录和html中包含angular.js之后你需要包含angular-routes.js

关于javascript - 无法为 View 实例化 ngRoute,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31140629/

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