标签: angularjs pubnub
使用ngHistory()中的limit参数,我们可以检索该数量的消息。 有没有办法在加载历史消息时实现分页
PubNub.ngHistory( { channel : $scope.channel, limit : $scope.limit, });
我知道startDate和endDate切片需要的基础是根据记录号显示
答案 0 :(得分:1)
来自常规JS文档的引用是否有帮助:http://www.pubnub.com/docs/javascript/tutorial/storage-playback.html#_step_9_paging_through_messages?