This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Ordering string which are case sensitive #13238
Closed
Description
Hi,
when I want to sort some strings with respected lower and upper case I'm forced to use my own function. Is there any way to use orderBy
in this case?
https://github.com/angular/angular.js/blob/v1.5.0-beta.1/src/ng/filter/orderBy.js#L275