From b842642b574a2b95c53b791308ed1bf8ff9d304d Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 15 Jun 2011 22:31:40 -0700 Subject: docs - stripping extra new lines --- docs/content/api/angular.service.ngdoc | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/content/api/angular.service.ngdoc') 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. -- cgit v1.2.3