我查看了文档
http://docs.angularjs.org/api/ng.filter:orderBy
但我仍然有点困惑,所以也许文档可以从一个非常简单的示例以及更详细的示例中受益。
我所拥有的是:
<tr data-ng-repeat="row in grid.data">
在行对象中有一个属性row.num
如果我想订购我的 ng-repeat 那么我应该使用什么语法。我需要 orderByrow.num
还是num
. 我需要用引号括起来吗?
我查看了文档
http://docs.angularjs.org/api/ng.filter:orderBy
但我仍然有点困惑,所以也许文档可以从一个非常简单的示例以及更详细的示例中受益。
我所拥有的是:
<tr data-ng-repeat="row in grid.data">
在行对象中有一个属性row.num
如果我想订购我的 ng-repeat 那么我应该使用什么语法。我需要 orderByrow.num
还是num
. 我需要用引号括起来吗?