ngOrderObjectBy icon indicating copy to clipboard operation
ngOrderObjectBy copied to clipboard

Angular filter to orderBy objects of objects in ngRepeat loops

Results 6 ngOrderObjectBy issues
Sort by recently updated
recently updated
newest added

Any plans to add option to install this package purely via npm and not bower?

Hey! what about adding minified file `ng-order-object-by.min.js` ?

waiting feedback

Can you include a change to treat null/undefined (e.g. missing sort field in few objects from the array being sorted) as a usual value. Currently in such case, the final...

Hi Fabricio, What if my JSON file looks like this: ``` json [ { "id": "61", "names": "Test 1", "Mon": [ { "1000": "5", "waitTime": 5 }, { "1030": "10",...

enhancement
help wanted

I'm using the `setCriteria()` function that is supposed to make it possible to order by children. I have an object that has service has a child object. it just says...

bug

Should it be possible to extend ngOrderObjectBy to support multiple order fields? (i.e.: if the values of the first fields are equal, consider the second field values for the ordering)

enhancement