Angular – Can’t make ng-repeat orderBy work

The orderBy only works with Arrays — See http://docs.angularjs.org/api/ng.filter:orderBy

Also a great filter to use for Objects instead of Arrays @ Angularjs OrderBy on ng-repeat doesn’t work

Leave a Comment