aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorTobias Bosch2013-11-07 14:14:57 -0800
committerTobias Bosch2013-11-07 14:14:57 -0800
commit36621402015485613888158dc7ba29f4ff92a7e2 (patch)
treede6bcfa749c8c5db20bc8e46fc9aa666fdafe40d /src/Angular.js
parented8640b96463df8a8f9e4503095bd89916a120c5 (diff)
downloadangular.js-36621402015485613888158dc7ba29f4ff92a7e2.tar.bz2
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.
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js3
1 files changed, 0 insertions, 3 deletions
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