如何实现分页以使用pubnub显示历史消息?

时间:2014-08-14 06:44:47

标签: angularjs pubnub

使用ngHistory()中的limit参数,我们可以检索该数量的消息。 有没有办法在加载历史消息时实现分页

PubNub.ngHistory( {
                    channel : $scope.channel,
                    limit   : $scope.limit, 
 });

我知道startDate和endDate切片需要的基础是根据记录号显示

1 个答案:

答案 0 :(得分:1)