ng-repeat="todo in todos | orderBy: 'completed'". 这是我根据蒂埃里·坦佩利(Thierry Templier)的回答所做的:. 组件模板: *ngFor="#todo of todos | sort".
確定! 回上一頁