【发布时间】:2013-06-18 21:44:23
【问题描述】:
这是我现在的代码:
var url = 'https://*****.firebaseio.com/photos';
var promise = angularFire(url, $scope, 'photos', {});
promise.then(function() {
//limit here.
});
我可以插入什么代码来限制从 firebase 返回的内容仅限于那些具有指定优先级(假设优先级是“新的)”?
感谢您的帮助。
【问题讨论】:
标签: angularjs firebase angularfire