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

Commit 9352bdf

Browse files
danrbergmancaitp
danrbergman
authored andcommitted
docs(guide/module): update tag in description
the reference to 'myApp' module changed in the example from <html> to a <div>. Updating description to reflect the new <div> tag. Closes #8720
1 parent b8b8411 commit 9352bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/module.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ I'm in a hurry. How do I get a Hello World module working?
5858
Important things to notice:
5959

6060
* The {@link angular.Module Module} API
61-
* The reference to `myApp` module in `<html ng-app="myApp">`.
61+
* The reference to `myApp` module in `<div ng-app="myApp">`.
6262
This is what bootstraps the app using your module.
6363
* The empty array in `angular.module('myApp', [])`.
6464
This array is the list of modules `myApp` depends on.

0 commit comments

Comments
 (0)