aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/api
diff options
context:
space:
mode:
authorIgor Minar2011-06-15 22:31:40 -0700
committerIgor Minar2011-06-15 22:31:40 -0700
commitb842642b574a2b95c53b791308ed1bf8ff9d304d (patch)
treefb26431c5372be74de2105df77e94dea4f198489 /docs/content/api
parentd428c9910e66246c2af46602499acaeaf187d75b (diff)
downloadangular.js-b842642b574a2b95c53b791308ed1bf8ff9d304d.tar.bz2
docs - stripping extra new lines
Diffstat (limited to 'docs/content/api')
-rw-r--r--docs/content/api/angular.service.ngdoc3
-rw-r--r--docs/content/api/index.ngdoc26
2 files changed, 0 insertions, 29 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.
diff --git a/docs/content/api/index.ngdoc b/docs/content/api/index.ngdoc
index d604fd17..05928ab4 100644
--- a/docs/content/api/index.ngdoc
+++ b/docs/content/api/index.ngdoc
@@ -2,10 +2,8 @@
@name API Reference
@description
-
## Angular Compiler API
-
* {@link angular.widget Widgets} - Angular custom DOM element
* {@link angular.directive Directives} - Angular DOM element attributes
* {@link angular.markup Markup} and {@link angular.attrMarkup Attribute Markup}
@@ -14,47 +12,33 @@
* {@link angular.validator Validators} - Angular input validators
* {@link angular.compile angular.compile()} - Template compiler
-
## Angular Scope API
-
* {@link angular.scope Scope Object} - Angular scope object
-
-
## Angular Services & Dependency Injection API
-
* {@link angular.service Angular Services}
* {@link angular.injector angular.injector() }
-
-
## Angular Testing API
-
* {@link angular.mock Testing Mocks API} - Mock objects for testing
* {@link
https://docs.google.com/document/d/11L8htLKrh6c92foV71ytYpiKkeKpM4_a5-9c3HywfIc/edit?hl=en_US
Angular Scenario Runner} - Automated scenario testing documentation
-
-
## Angular Utility Functions
-
### HTML & DOM Manipulation
-
* {@link angular.element angular.element()}
-
### Misc
-
* {@link angular.bind angular.bind() }
* {@link angular.extend angular.extend() }
* {@link angular.forEach angular.forEach() }
@@ -62,11 +46,8 @@ Angular Scenario Runner} - Automated scenario testing documentation
* {@link angular.noop angular.noop() }
-
-
## Type Identification
-
* {@link angular.isArray angular.isArray() }
* {@link angular.isDate angular.isDate() }
* {@link angular.isDefined angular.isDefined() }
@@ -76,25 +57,18 @@ Angular Scenario Runner} - Automated scenario testing documentation
* {@link angular.isString angular.isString() }
* {@link angular.isUndefined angular.isUndefined() }
-
## Strings
-
* {@link angular.lowercase angular.lowercase() }
* {@link angular.uppercase angular.uppercase() }
-
### JSON
-
* {@link angular.fromJson angular.fromJson() }
* {@link angular.toJson angular.toJson() }
-
-
-
## Utility methods for JavaScript types
* {@link angular.Object Object API} - Utility functions for JavaScript objects
* {@link angular.Array Array API} - Utility functions for JavaScript arrays