diff options
| author | René Wilhelm | 2014-01-09 08:13:24 +0100 |
|---|---|---|
| committer | Tobias Bosch | 2014-01-09 16:51:47 -0800 |
| commit | 1d2a388830d95ae1a1f9b577fd0891a2e1f31bcd (patch) | |
| tree | a4dc8c9f3ed439f1bc05f9f49703c20e907d1540 | |
| parent | ac05276a510285d1c58f5f143259c4e136728fee (diff) | |
| download | angular.js-1d2a388830d95ae1a1f9b577fd0891a2e1f31bcd.tar.bz2 | |
fix(docs): Add missing whitespace
| -rw-r--r-- | docs/content/guide/dev_guide.services.creating_services.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.services.creating_services.ngdoc b/docs/content/guide/dev_guide.services.creating_services.ngdoc index d5adc4ba..bdcf42ad 100644 --- a/docs/content/guide/dev_guide.services.creating_services.ngdoc +++ b/docs/content/guide/dev_guide.services.creating_services.ngdoc @@ -19,7 +19,7 @@ testable. To register a service, you must have a module that this service will be part of. Afterwards, you can register the service with the module either via the {@link api/angular.Module Module api} or by using the {@link api/AUTO.$provide $provide} service in the module configuration -function.The following pseudo-code shows both approaches: +function. The following pseudo-code shows both approaches: Using the angular.Module api: <pre> |
