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

docs(guide/module): update tag in description #8720

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/guide/module.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ I'm in a hurry. How do I get a Hello World module working?
Important things to notice:

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