假设我得到了控制器中的数据列表,如下所示
angularFire(url, $scope, 'data');
然后有一个$scope.data.id
。我如何id
在另一个 angularFire 中使用它
angularFire(url_with_above_$scope.data.id, $scope, 'anotherData');
假设我得到了控制器中的数据列表,如下所示
angularFire(url, $scope, 'data');
然后有一个$scope.data.id
。我如何id
在另一个 angularFire 中使用它
angularFire(url_with_above_$scope.data.id, $scope, 'anotherData');