应该使用数组排序:JS中 $filter('orderBy')(persons, ['name','age'], false);HTML中 ng-repeat="person in persons | orderBy:['name','age']:false"