gpt4 book ai didi

javascript - Angular JS 待办事项列表未显示

转载 作者:行者123 更新时间:2023-12-03 11:24:52 25 4
gpt4 key购买 nike

在这里尝试初学者的 Angular 使用教程:https://www.youtube.com/watch?v=WuiHuZq_cg4 。我认为文件位于正确的位置,权限设置正确,但我的 index.html 在浏览器上没有显示任何内容,而 Chrome 开发工具显示一切就位,没有错误。代码在这里“https://gist.github.com/9ad771c60d33fc020216.git ,但也在这里:[我缺少什么??]

index.html:

<!doctype html>
<html ng-app>
<head>
<script src="https://code.angularjs.org/1.0.0rc3/angular-1.0.0rc3.min.js"></script>
<script src="http://documentcloud.github.com/underscore/underscore-min.js"></script>
<script type="text/javascript" src="js/todo.js"></script>
<link rel="stylesheet" href="bootstrap/css/bootstrap.css"
</head>

<body>
<div ng-controllers="TodoCtrl">
{{totalTodos}}
</div>

</body>
</html>

tod​​o.js:

function TodoCtrl($scope) {
$scope.totalTodos = 4;
}

最佳答案

尝试

ng-controller="TodoCtrl"

而不是

ng-controllers="TodoCtrl"

S 不会使用 Controller 进行标记

关于javascript - Angular JS 待办事项列表未显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26964832/

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