Skip to content

Commit 0c6f1f6

Browse files
committed
Update Tutorial step 8
The sentence on line 159 referenced parties-list.html which is wrong. It should reference parties-list.tpl.
1 parent 5910f6a commit 0c6f1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docs/angular-meteor/client/views/steps/tutorial.step_08.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h1>
156156
To access $rootScope inside a controller you add it through the dependency injection.
157157
To access $rootScope in a template you simply write $root. and then the name of the property.
158158

159-
Change the code for the add button in parties-list.html to this:
159+
Change the code for the add button in parties-list.tpl to this:
160160

161161
<button ng-click="newParty.owner=$root.currentUser._id; parties.push(newParty)">Add</button>
162162

0 commit comments

Comments
 (0)