由價錢的低到高排序--> <li ng-repeat=“item in Ctrl.list | orderBy:'price'”></li> <!-- 由價錢的高到低排序,argument 前面加負號--> <li ng-repeat=“item in ...
確定! 回上一頁