Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit fda5eb7

Browse files
Nitrodistpetebacondarwin
authored andcommitted
docs(guide/controller): fix wording in list of 'Do not use'
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 #3454
1 parent f2dfa89 commit fda5eb7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,9 @@ you have to perform your own manual DOM manipulation, encapsulate the presentati
7575
{@link guide/directive directives}.
7676
- Input formatting — Use {@link forms angular form controls} instead.
7777
- Output filtering — Use {@link dev_guide.templates.filters angular filters} instead.
78-
- To run stateless or stateful code shared across controllers — Use {@link dev_guide.services angular
78+
- Sharing stateless or stateful code across controllers — Use {@link dev_guide.services angular
7979
services} instead.
80-
- To instantiate or manage the life-cycle of other components (for example, to create service
81-
instances).
80+
- Managing the life-cycle of other components (for example, to create service instances).
8281

8382

8483
# Associating Controllers with Angular Scope Objects

0 commit comments

Comments
 (0)