diff options
| author | Misko Hevery | 2011-06-20 13:50:46 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-06-23 08:12:01 -0700 |
| commit | b74163dc1d321b878222a751f23adb0a9f6beda5 (patch) | |
| tree | e42f66a63caadf94c4bd74530062cc5deee6469b /CHANGELOG.md | |
| parent | bad62d87a1785f11b0df72ad597b9064517997cf (diff) | |
| download | angular.js-b74163dc1d321b878222a751f23adb0a9f6beda5.tar.bz2 | |
fix:$orderBy - return unsorted array if no predicate
Closes #399
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c38ca167..b56a8bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ### Bug Fixes - Number filter would return incorrect value when fractional part had leading zeros. +- Issue #399: return unsorted array if no predicate ### Breaking changes @@ -17,6 +18,8 @@ explicitly specified using $inject property. - Dynamic Iteration (ng:repeater) on <option> elements is no longer supported. Use ng:options - Removal of index formatter since its only use was with repeated options (see above) +- Not providing predicate to orderBy will now return the unsorted array, instead of ordering by + natural order. |
