You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,7 @@ For example:
157
157
| model | String | The scope property the model will be bound to. | Yes ||
158
158
| id | String | The id used to look up the model from the collection | Yes ||
159
159
| auto | Boolean | By default, changes in the model will not automatically update the collection. However if set to true, changes in the client will be automatically propagated back to the collection. A deep watch is created when this is set to true, which sill degrade performance. | No | false |
160
+
| publisher | Boolean/String | By default, bindOne method will not automatically subscribe to the collection. However if set to true, bind will call Meteor.subscribe on the current collection. you can also set publisher to a string and then bind will call Meteor publish with that string. | No | false |
160
161
161
162
[More in step 6 of the tutorial](http://angularjs.meteor.com/tutorial/step_06)
0 commit comments