I am currently dealing with an array of objects, but I am unsure of how to group them by the id
in numerical order. My goal is to display them in sequential order such as 1,2,3 using ng-repeat
$scope.arrayofobject=[{name:"testMachne","id":1},{name:"testComputer","id":2},{name:"testCalc","id":3},{name:"testMac","id":2},{name:"testMachne","id":3},{name:"testMachne","id":1}]