var url = 'https://*****.firebaseio.com/photos'; var promise = angularFire(url, $scope, 'photos', {}); promise.then(function() { //limit ...
確定! 回上一頁