aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/api/angular.service.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/api/angular.service.ngdoc')
-rw-r--r--docs/content/api/angular.service.ngdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/content/api/angular.service.ngdoc b/docs/content/api/angular.service.ngdoc
index 9a191921..1685f581 100644
--- a/docs/content/api/angular.service.ngdoc
+++ b/docs/content/api/angular.service.ngdoc
@@ -3,11 +3,9 @@
@name angular.service
@description
-
The services API provides objects for carrying out common web app tasks. Service objects are
managed by angular's {@link guide/dev_guide.di dependency injection system}.
-
* {@link angular.service.$browser $browser } - Provides an instance of a browser object
* {@link angular.service.$cookieStore $cookieStore } - Provides key / value storage backed by
session cookies
@@ -27,6 +25,5 @@ server-side data sources
* {@link angular.service.$window $window } - References the browsers `window` object
* {@link angular.service.$xhr $xhr} - Generates an XHR request.
-
For information on how angular services work and how to write your own services, see {@link
guide/dev_guide.services Angular Services} in the angular Developer Guide.