2016年3月9日 星期三

Angular orderBy/filter not working with ng-repeat 無法在 Angular 使用排序過濾功能


Issue 問題:
orderBy / filter function not working with ng-repeart item .

在 ng-repeat 時,無法使用 orderBy 或 filter 功能


p.s. ordeBy/filter can only works with arrays, not for objects.
註. orderBy/filer 只能作用在 arrays ,objects 無法使用