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 /docs/content/guide/controller.ngdoc | |
| 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 'docs/content/guide/controller.ngdoc')
| -rw-r--r-- | docs/content/guide/controller.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/controller.ngdoc b/docs/content/guide/controller.ngdoc index bc5c9504..ad535175 100644 --- a/docs/content/guide/controller.ngdoc +++ b/docs/content/guide/controller.ngdoc @@ -109,7 +109,7 @@ logic. Angular offers {@link databinding databinding} for automatic DOM manipula  you have to perform your own manual DOM manipulation, encapsulate the presentation logic in  {@link guide/directive directives}.  - Input formatting — Use {@link forms angular form controls} instead. -- Output filtering — Use {@link dev_guide.templates.filters angular filters} instead. +- Output filtering — Use {@link filter angular filters} instead.  - Sharing stateless or stateful code across Controllers — Use {@link dev_guide.services angular  services} instead.  - Managing the life-cycle of other components (for example, to create service instances). | 
