angularjs - ng-repeat - custom data sorting using dropdown
Today I learn how to sort data binded using ng-repeat. I am setting multiple values one for "expression" and one for "reverse" but no need for that insead you can just "-"(negative) in expression value and data get sorted reversely so simple.
I facing this issue because I need to provide sorting using dropdown instead clicking on table heading.
Here is the example how to implement it:
HTML code