gpt4 book ai didi

angularjs - 为什么我得到错误模块在 JSFiddle 中不可用?

转载 作者:行者123 更新时间:2023-12-05 00:50:59 25 4
gpt4 key购买 nike

我声明这个模块:

 angular.module('dashboard', [])
.controller('dashboardController', ['$scope',
function ($scope) {
$scope.data = "555";
}]);

这是 View :
<div ng-app="dashboard" data-role="page" id="layersProperty" data-add-back-btn="true" >
<div ng-controller="dashboardController">
{{data}}
</div>
</div>

这里是 FIDDLE .

在控制台中,我收到此错误:

Error: [$injector:nomod] Module 'dashboard' 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.



知道为什么我在上面得到错误吗?

最佳答案

您的代码没有问题,因为您正在添加外部脚本,您只需要更改

Javascript settings -> Load type -> Wrap in <Head>
enter image description here

关于angularjs - 为什么我得到错误模块在 JSFiddle 中不可用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44890420/

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