I'm currently experiencing an issue with the sorting functionality on a column displaying user emails. Despite adding sorting functionality, the resulting array is not being sorted correctly.
If you want to take a look at the sample code, click here
Any assistance would be greatly appreciated
<ul ng-repeat="user in users | orderBy:'email':false">
For example, when sorting in ascending order, the output appears as:
However, the expected output should be: