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 doesn't reverse order if no predicate specified. #11866
Milestone
Comments
I also checked this issue -
In 1.3 -
|
In this issue - |
Hi @hena-3 feel free to submit a PR, we'll review it. Though JSON.stringify sounds a bit unperformant, but we'll see. |
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Jun 10, 2015
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Jun 10, 2015
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Jun 10, 2015
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Jun 10, 2015
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Jun 10, 2015
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Jun 16, 2015
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Jun 16, 2015
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Jun 16, 2015
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Jun 16, 2015
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Jun 16, 2015
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Jun 16, 2015
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Jun 16, 2015
…redicate By refactoring to use a Schwartzian transform, we can ensure that objects with no custom `toString` or `toValue` methods are just ordered using their position in the original collection. Closes angular#11866 Closes angular#11312 Closes angular#4282
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Jun 17, 2015
…redicate By refactoring to use a Schwartzian transform, we can ensure that objects with no custom `toString` or `toValue` methods are just ordered using their position in the original collection. Closes angular#11866 Closes angular#11312 Closes angular#4282
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Jun 18, 2015
…redicate By refactoring to use a Schwartzian transform, we can ensure that objects with no custom `toString` or `toValue` methods are just ordered using their position in the original collection. Closes angular#11866 Closes angular#11312 Closes angular#4282
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Jun 18, 2015
…redicate By refactoring to use a Schwartzian transform, we can ensure that objects with no custom `toString` or `toValue` methods are just ordered using their position in the original collection. Closes angular#11866 Closes angular#11312 Closes angular#4282
netman92
pushed a commit
to netman92/angular.js
that referenced
this issue
Aug 8, 2015
…redicate By refactoring to use a Schwartzian transform, we can ensure that objects with no custom `toString` or `toValue` methods are just ordered using their position in the original collection. Closes angular#11866 Closes angular#11312 Closes angular#4282
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
According to the documentation: https://docs.angularjs.org/api/ng/filter/orderBy.
This seems to be working fine in 1.3.5 but it seems to have been broken in 1.3.6+.
Probably caused by: 8bfeddb
Plnkr with the issue: http://plnkr.co/edit/vaOJzuDdkJUookDVSuDK?p=preview
The text was updated successfully, but these errors were encountered: