From 36621402015485613888158dc7ba29f4ff92a7e2 Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Thu, 7 Nov 2013 14:14:57 -0800 Subject: docs(guide/filter): Refactor filter guide docs This refactors the filter guide docs into a single file. Also removes out of date references to the fact that Angular used to enhance Arrays while evaluating expressions. --- src/Angular.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Angular.js') diff --git a/src/Angular.js b/src/Angular.js index df236e05..55a9bd8d 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -677,9 +677,6 @@ function isLeafNode (node) { * * If `source` is not an object or array (inc. `null` and `undefined`), `source` is returned. * * If `source` is identical to 'destination' an exception will be thrown. * - * Note: this function is used to augment the Object type in Angular expressions. See - * {@link ng.$filter} for more information about Angular arrays. - * * @param {*} source The source that will be used to make a copy. * Can be any type, including primitives, `null`, and `undefined`. * @param {(Object|Array)=} destination Destination into which the source is copied. If -- cgit v1.2.3