mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 07:14:44 +00:00
docs(guide): fix typo in DI. angualar -> angular
This commit is contained in:
parent
582612b000
commit
afcf03fd2c
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ services, and filters. The factory methods are registered with the module, and t
|
||||||
of declaring factories is:
|
of declaring factories is:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
angualar.module('myModule', []).
|
angular.module('myModule', []).
|
||||||
config(['depProvider', function(depProvider){
|
config(['depProvider', function(depProvider){
|
||||||
...
|
...
|
||||||
}]).
|
}]).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue