fix(docs): Add missing whitespace

This commit is contained in:
René Wilhelm
2014-01-09 08:13:24 +01:00
committed by Tobias Bosch
parent ac05276a51
commit 1d2a388830

View File

@@ -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>