Skip to content

Commit d8e4093

Browse files
fvanderwielenbtford
authored andcommitted
docs(loader): improve explanation of modules
1 parent 2cde927 commit d8e4093

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function setupModuleLoader(window) {
4444
*
4545
* # Module
4646
*
47-
* A module is a collection of services, directives, filters, and configuration information.
47+
* A module is a collection of services, directives, controllers, filters, and configuration information.
4848
* `angular.module` is used to configure the {@link auto.$injector $injector}.
4949
*
5050
* ```js

0 commit comments

Comments
 (0)