Skip to content

Commit e8443b1

Browse files
programistkajamesdaily
authored andcommitted
docs(tutorial/step-3): add module to ng-app directive in code sample
Closes angular#5184
1 parent dd5fca8 commit e8443b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_03.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ really is that easy to set up any functional, readable, end-to-end test.
154154
`ngController` declaration to the HTML element because it is the common parent of both the body
155155
and title elements:
156156

157-
<html ng-app ng-controller="PhoneListCtrl">
157+
<html ng-app="phonecatApp" ng-controller="PhoneListCtrl">
158158

159159
Be sure to __remove__ the `ng-controller` declaration from the body element.
160160

0 commit comments

Comments
 (0)