diff options
Diffstat (limited to 'docs/content/cookbook/index.ngdoc')
| -rw-r--r-- | docs/content/cookbook/index.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/cookbook/index.ngdoc b/docs/content/cookbook/index.ngdoc index 06b898ac..aca42369 100644 --- a/docs/content/cookbook/index.ngdoc +++ b/docs/content/cookbook/index.ngdoc @@ -44,7 +44,7 @@ allowing you to send links to specific screens in your app. # Services -{@link api/angular.service Services}: Services are long lived objects in your applications that are +{@link api/angular.module.NG Services}: Services are long lived objects in your applications that are available across controllers. A collection of useful services are pre-bundled with angular but you will likely add your own. Services are initialized using dependency injection, which resolves the order of initialization. This safeguards you from the perils of global state (a common way to |
