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.
This commit is contained in:
Tobias Bosch
2013-11-07 14:14:57 -08:00
parent ed8640b964
commit 3662140201
18 changed files with 138 additions and 193 deletions

View File

@@ -119,7 +119,7 @@ You should now see the following output in the Karma tab:
# Experiments
* Let's experiment with some of the {@link api/ng.$filter built-in Angular filters} and add the
* Let's experiment with some of the {@link api/ng.$filterProvider built-in Angular filters} and add the
following bindings to `index.html`:
* `{{ "lower cap string" | uppercase }}`
* `{{ {foo: "bar", baz: 23} | json }}`