This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
orderBy reverses order of array of objects when no predicate is given, 1.2.x #10488
Comments
Have you tried with the latest snapshot / >= 1.3.6? This should have been fixed a few days ago: 8bfeddb |
@Narretz hehe let me see, I only tried with 1.2.x |
that fix it, thanks! |
@Narretz does this fix will be added to 1.2.x??? ui-bootstrap breaks with 1.3 and my app depends on it |
@lazychino no, I'm afraid that 1.2.x is going to get only to get only critical security and perf fixes. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Today I found that the change in commit 45b896a, changes the order of an array containing objects when no predicate is given
example
this affect a table directive on my app that have optional sorting
I'll try to fix this and add testing for this case
The text was updated successfully, but these errors were encountered: