From 1cc6bee4ce5d574b84b4e0c2ded3686de7ab71ef Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 10 Nov 2011 12:12:02 -0800 Subject: docs(browser): moved and migrate browser removed unneeded files. --- docs/content/api/angular.service.ngdoc | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 docs/content/api/angular.service.ngdoc (limited to 'docs/content/api') diff --git a/docs/content/api/angular.service.ngdoc b/docs/content/api/angular.service.ngdoc deleted file mode 100644 index 02d689f2..00000000 --- a/docs/content/api/angular.service.ngdoc +++ /dev/null @@ -1,25 +0,0 @@ -@ngdoc overview -@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 -* {@link angular.service.$cookies $cookies } - Provides read / write access to browser cookies -* {@link angular.service.$defer $defer } - Defers function execution and try / catch block -* {@link angular.service.$document $document } - Provides reference to `window.document` element -* {@link angular.service.$exceptionHandler $exceptionHandler } - Receives uncaught angular -exceptions -* {@link angular.service.$location $location } - Parses the browser location URL -* {@link angular.service.$log $log } - Provides logging service -* {@link angular.service.$resource $resource } - Creates objects for interacting with RESTful -server-side data sources -* {@link angular.service.$route $route } - Provides deep-linking services -* {@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