diff options
| author | Misko Hevery | 2012-02-27 12:14:48 -0800 | 
|---|---|---|
| committer | Misko Hevery | 2012-06-02 16:02:05 -0700 | 
| commit | 2e90cdc3d4dff966faed97d3a566e9d9c00c9794 (patch) | |
| tree | 413ba0078f5decf7026791177dfcf8e3ff5f0662 /docs/content/guide/dev_guide.services.ngdoc | |
| parent | 581f93ae56ebb0086d0c0989df69a28656395006 (diff) | |
| download | angular.js-2e90cdc3d4dff966faed97d3a566e9d9c00c9794.tar.bz2 | |
docs(dependency injecton): rewrite
Diffstat (limited to 'docs/content/guide/dev_guide.services.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.services.ngdoc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/content/guide/dev_guide.services.ngdoc b/docs/content/guide/dev_guide.services.ngdoc index bd000507..022f541a 100644 --- a/docs/content/guide/dev_guide.services.ngdoc +++ b/docs/content/guide/dev_guide.services.ngdoc @@ -4,8 +4,8 @@  Services are a feature that angular brings to client-side web apps from the server side, where  services have been commonly used for a long time.  Services in angular apps are substitutable -objects that are wired together using {@link dev_guide.di dependency injection (DI)}. Services are -most often used with {@link dev_guide.di dependency injection}, also a key feature of angular apps. +objects that are wired together using {@link di dependency injection (DI)}. Services are +most often used with {@link di dependency injection}, also a key feature of angular apps.  ## Related Topics | 
