Top "Angularjs-orderby" questions

Orders a specified array by the expression predicate (Angular.

angular 5 , orderBy asc/desc

Is there an option to change sorting by asc/desc in orderBy pipe? The array: this.testArr = [{name: 'bbb', id: …

angular5 angularjs-orderby
Angular orderBy object possible?

I have a JSON object representing calendar dates. These are added through a CMS and I'd like to be able …

json angularjs angularjs-orderby angular-filters
OrderBy Date values, which are just strings in Angular JS

I'm trying to order some data by date, although the dates are just strings, in the format dd-mm-yyyy. I made …

javascript angularjs date angularjs-orderby
dates not properly sorted in Angular.js

I am relatively new to Angular.js and am having a problem with date sorting. I have looked around the …

angularjs sorting date angularjs-orderby
AngularJS Paging orderBy only affects displayed page

Can anyone point me in the right direction to figure out a way to fix the way paging and orderBy …

javascript angularjs paging angularjs-orderby
Disabling orderBy in AngularJS while editing the list

After applying orderBy in my list of input boxes if i edit any field it starts sorting immediately and i …

angularjs angularjs-orderby
Why is angular orderBy custom comparator not working?

I am trying to implement a custom comparator for the angular orderBy directive. As you can see in the code …

javascript angularjs sorting angularjs-orderby