mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-05 13:44:42 +00:00
fix(docs): Add missing whitespace
This commit is contained in:
parent
ac05276a51
commit
1d2a388830
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ testable.
|
||||||
To register a service, you must have a module that this service will be part of. Afterwards, you
|
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
|
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
|
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:
|
Using the angular.Module api:
|
||||||
<pre>
|
<pre>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue