I have this collection from DataBase:
var items = [{ \'Name\':\'Michael\', \'TypeId\':1 } { \'Name\':\'Max\', \'TypeId\':1 } { \'Name\':\'Andre\'
In a template:
...
In a controller/service:
vm.sortedItems = $filter('orderBy')(items, 'TypeId');