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. --- docs/content/api/index.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/api') diff --git a/docs/content/api/index.ngdoc b/docs/content/api/index.ngdoc index 3a1b361a..3fc2c36d 100644 --- a/docs/content/api/index.ngdoc +++ b/docs/content/api/index.ngdoc @@ -9,7 +9,7 @@ The documentation is organized into **modules** which contain various components These components are directives, services, filters, providers, types, global APIs and testing mocks.
-**Angular Namspaces `$` and `$$`** +**Angular Namespaces `$` and `$$`** To prevent accidental name collisions with your code, Angular prefixes names of public objects with `$` and names of private objects with `$$`. -- cgit v1.2.3