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 5910f6a commit 0c6f1f6Copy full SHA for 0c6f1f6
.docs/angular-meteor/client/views/steps/tutorial.step_08.html
@@ -156,7 +156,7 @@ <h1>
156
To access $rootScope inside a controller you add it through the dependency injection.
157
To access $rootScope in a template you simply write $root. and then the name of the property.
158
159
-Change the code for the add button in parties-list.html to this:
+Change the code for the add button in parties-list.tpl to this:
160
161
<button ng-click="newParty.owner=$root.currentUser._id; parties.push(newParty)">Add</button>
162
0 commit comments