From f60b6b09380f218a86fc1ffd07485bc282a930e5 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 6 Dec 2010 20:32:37 -0800 Subject: fix the angular.Array.orderBy example + add docs --- src/apis.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apis.js b/src/apis.js index d6e906ab..d63e8bea 100644 --- a/src/apis.js +++ b/src/apis.js @@ -533,7 +533,7 @@ var angularArray = { * - `Array`: array of function or string predicates, such that a first predicate in the array * is used for sorting, but when the items are equivalent next predicate is used. * - * @param {boolean=} descend TODO + * @param {boolean=} reverse Reverse the order the array. * @returns {Array} Sorted copy of the source array. * * @example @@ -554,7 +554,7 @@ var angularArray = {