Skip to content

Commit

Permalink
docs(guide/controller): fix wording in list of 'Do not use'
Browse files Browse the repository at this point in the history
Wording has been changed in two of the examples to read naturally.
For example:

From: 'Do not use controllers for to run stateless or stateful code
shared across controllers'

To: 'Do not use controllers for sharing stateless or stateful code
across controllers'

Closes angular#3454
  • Loading branch information
Nitrodist authored and petebacondarwin committed Aug 3, 2013
1 parent f2dfa89 commit fda5eb7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ you have to perform your own manual DOM manipulation, encapsulate the presentati
{@link guide/directive directives}.
- Input formatting — Use {@link forms angular form controls} instead.
- Output filtering — Use {@link dev_guide.templates.filters angular filters} instead.
- To run stateless or stateful code shared across controllers — Use {@link dev_guide.services angular
- Sharing stateless or stateful code across controllers — Use {@link dev_guide.services angular
services} instead.
- To instantiate or manage the life-cycle of other components (for example, to create service
instances).
- Managing the life-cycle of other components (for example, to create service instances).


# Associating Controllers with Angular Scope Objects
Expand Down

0 comments on commit fda5eb7

Please sign in to comment.