diff options
| author | Tobias Bosch | 2013-11-07 14:14:57 -0800 |
|---|---|---|
| committer | Tobias Bosch | 2013-11-07 14:14:57 -0800 |
| commit | 36621402015485613888158dc7ba29f4ff92a7e2 (patch) | |
| tree | de6bcfa749c8c5db20bc8e46fc9aa666fdafe40d /src/Angular.js | |
| parent | ed8640b96463df8a8f9e4503095bd89916a120c5 (diff) | |
| download | angular.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.js | 3 |
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 |
