以下のコントローラーでデータのリストを取得するとしましょう
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');