mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 11:31:07 +00:00
doc(guide/module): fix typo
This commit is contained in:
parent
4581b79bbd
commit
74c84501ed
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ modules require it.
|
||||||
Modules are a way of managing $injector configuration, and have nothing to do with loading of
|
Modules are a way of managing $injector configuration, and have nothing to do with loading of
|
||||||
scripts into a VM. There are existing projects which deal with script loading, which may be used
|
scripts into a VM. There are existing projects which deal with script loading, which may be used
|
||||||
with Angular. Because modules do nothing at load time they can be loaded into the VM in any order
|
with Angular. Because modules do nothing at load time they can be loaded into the VM in any order
|
||||||
and thus script loaders can take advantage of this property and paralyze the loading process.
|
and thus script loaders can take advantage of this property and parallelize the loading process.
|
||||||
|
|
||||||
|
|
||||||
# Unit Testing
|
# Unit Testing
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue