角流星分页

时间:2016-11-16 09:31:56

标签: angular-meteor

我想为我的Angular-Meteor应用程序使用分页。不幸的是,我还没有找到这方面的官方包裹。但是我找到了这个包:https://github.com/alethes/meteor-pages。 我为我的应用使用了md-data-table:https://github.com/daniel-nagy/md-data-table 我不知道如何将这两个包一起使用。我的表看起来像这样:

<table md-table>
 <tr md-row>
   <th><span>My Prop</span></th>
 </tr>
 </td>
    <td md-cell>{{myprop.value}}</td>
 </tr>
</table>

我可以使用meteor-pages软件包返回我可以使用的光标,或者如何连接这两个不同的数据包?

1 个答案:

答案 0 :(得分:0)

官方角度流星网站建议您使用angular-utils-pagination包:

meteor npm install --save angular-utils-pagination