0
我想爲我的Angular-Meteor應用使用分頁。不幸的是,我還沒有找到一個官方的包。但我發現這個包:https://github.com/alethes/meteor-pages。 我爲我的應用程序使用md-data-table:https://github.com/daniel-nagy/md-data-table 我不知道如何將這兩個軟件包一起使用。我的表看起來像這樣:Angular-Meteor分頁
<table md-table>
<tr md-row>
<th><span>My Prop</span></th>
</tr>
</td>
<td md-cell>{{myprop.value}}</td>
</tr>
</table>
我可以使用流星頁面包返回遊標我可以使用,或者我怎麼可以連接這兩個不同的數據包?