mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(guide): fix typo in DI. angualar -> angular
This commit is contained in:
parent
8dca0561e8
commit
7d4a3210f0
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:
|
||||
|
||||
<pre>
|
||||
angualar.module('myModule', []).
|
||||
angular.module('myModule', []).
|
||||
config(['depProvider', function(depProvider){
|
||||
...
|
||||
}]).
|
||||
|
|
|
|||
Loading…
Reference in a new issue