gpt4 book ai didi

javascript - ng-repeat 来自 firebase 的项目

转载 作者:行者123 更新时间:2023-11-30 08:31:36 25 4
gpt4 key购买 nike

我正在尝试 ngrepeat 浏览来自 firebase 的项目。我在控制台中有它们。但是表达式不起作用。我不确定该怎么做并且已经尝试了一切。任何帮助都会很棒。谢谢

此处为控制台图片:

enter image description here

//js
firebaseRef.once("value", function(snapshot) {
$timeout(function(){
$scope.boats = snapshot.val();
console.log($scope.boats); //image of console up^
}, function (errorObject) {
console.log("The read failed: " + errorObject.code);
},0);
});

//html
<div class="row pad" ng-repeat="boat in boats">
<span class='text-center' >{{boat.title}}</span>
</div>

最佳答案

数据存储为 boat.Title 但被访问为 boat.title

关于javascript - ng-repeat 来自 firebase 的项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37107202/

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