Skip to content

Commit

Permalink
Merge pull request #751 from ssuksawat/patch-1
Browse files Browse the repository at this point in the history
Update tutorial.step_09.md
  • Loading branch information
Urigo committed Oct 9, 2015
2 parents 43f3c4f + 54083e0 commit ac648a8
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 ac648a8

Please sign in to comment.