You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This is a feature request. I searched issues and pull request and didn't find anything, sorry if this is a dupe.
I think that many of us would like to be able to ask orderBy to sort strings in a "natural" way (i.e. foo 92 "is smaller than" foo 147, as opposed to the current lexicographical order which sorts 1 before 9).
I'd be willing to submit a pull request but first I'd like to know if this is a feature the Angular team would like to add, discuss the possible syntax, and get some guidelines (I took a look at orderByFilter and noticed it's really optimized for performance).