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

Commit b38a228

Browse files
programistkapetebacondarwin
authored andcommittedDec 4, 2013
docs(tutorial/step-3): add module to ng-app directive in code sample
Closes #5184
1 parent 1e7675a commit b38a228

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)
This repository has been archived.