Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cd237db

Browse files
Sahat YalkabovSahat Yalkabov
Sahat Yalkabov
authored and
Sahat Yalkabov
committed
fixed a typo myApp to simpleApp in the Module Guide
1 parent 33ad2b4 commit cd237db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/module.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Ok, I'm in a hurry. How do I get a Hello World module working?
2424
Important things to notice:
2525

2626
* {@link api/angular.Module Module} API
27-
* Notice the reference to the `myApp` module in the `<html ng-app="myApp">`, it is what
27+
* Notice the reference to the `simpleApp` module in the `<html ng-app="myApp">`, it is what
2828
bootstraps the app using your module.
2929

3030
<doc:example module='simpleApp'>

0 commit comments

Comments
 (0)