【发布时间】:2023-03-24 08:21:02
【问题描述】:
我正在使用 AngularFire 和 angular1 从 firebase 获取数据,数据获取成功,但我无法解析对象并在 html 的表格中显示结果
这是我的代码
var vm = this;
var ref = firebase.database().ref();
vm.videos = $firebaseArray(ref.child('videos'));
this is the angularfire object look like
这是enter link description here的数据结构
请不要标记重复,并帮助我。
【问题讨论】:
-
使用 $scope 代替
this
标签: angularjs firebase firebase-realtime-database angularfire