$scope.sortType = 'Name'; // set the default sort type <tr ng-repeat="c in filteredContacts | orderBy:sortType:sortReverse">
確定! 回上一頁