Skip to content

Commit

Permalink
Update tutorial.step_09.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssuksawat committed Oct 9, 2015
1 parent 0409e72 commit 54083e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ If you just add to the end you will get an uncaught reference $scope not defined

* We bind to the Meteor.users collection
* Binding the result to $scope.users
* Notice that we passes `false` in the second parameter. That means that we don't want to update that collection from the client
* Notice that we pass `false` in the second parameter. That means that we don't want to update that collection from the client
* Calling [AngularMeteorCollection's](/api/AngularMeteorCollection) subscribe function

Also, let's add a subscription to the party in this controller as well.
Expand Down

0 comments on commit 54083e0

Please sign in to comment.