We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b8411 commit 9352bdfCopy full SHA for 9352bdf
docs/content/guide/module.ngdoc
@@ -58,7 +58,7 @@ I'm in a hurry. How do I get a Hello World module working?
58
Important things to notice:
59
60
* The {@link angular.Module Module} API
61
- * The reference to `myApp` module in `<html ng-app="myApp">`.
+ * The reference to `myApp` module in `<div ng-app="myApp">`.
62
This is what bootstraps the app using your module.
63
* The empty array in `angular.module('myApp', [])`.
64
This array is the list of modules `myApp` depends on.
0 commit comments