gpt4 book ai didi

javascript - 如何在 Angular 中显示 $scope 中的数据?

转载 作者:行者123 更新时间:2023-12-03 08:18:12 28 4
gpt4 key购买 nike

我正在尝试将数据从我的 Angular Controller 带到我的 HTML View 。

这是我在 $scope 中传递的数据。

My $scope variables

我知道如何使用 ng-repeat 显示对象。

但是我如何显示 projectsLength 中的数据和tasksLength

我已经尝试过但没有成功:<h1 ng-model="usersLength"></h1>

有人可以帮忙吗? ;D

最佳答案

尝试,

<h1>{{usersLength}}</h1>

引用this documentation

关于javascript - 如何在 Angular 中显示 $scope 中的数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33845531/

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