ng-repeat="todo in todos | orderBy: 'completed'" ... import { Pipe, PipeTransform } from "@angular/core"; @Pipe({ name: "sort" }) export ...
確定! 回上一頁