如何使用orderBy将新对象推入ng-repeat

时间:2018-07-31 15:49:54

标签: javascript arrays angularjs angularjs-ng-repeat

下面是我的代码:

<li ng-repeat="person in people | orderBy: 'id' track by $index ">
    </li>

在推送新数据时,我在ng-repeat订单中遇到麻烦。它只是随机推。不符合我的预期order by By'id' 我已经尝试过推,换挡,换挡,但是没有用。

1 个答案:

答案 0 :(得分:-1)

有什么办法可以提供代码示例,以便我们可以运行它? 如果不是,请尝试将其放在推送到数组的函数的末尾: $scope.$apply();