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: .docs/angular-meteor/client/views/api/api.AngularMeteorCollection.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
# AngularMeteorCollection
12
12
13
-
An object that binds a [Meteor Collection](http://docs.meteor.com/#/full/collections) to an AngularJS scope variable. This is the object that return by calling the [$meteor.collection service](http://angular-meteor.com/api/meteorCollection). It represents the documents that exist in the Meteor local collection
13
+
An object that binds a [Meteor Collection](http://docs.meteor.com/#/full/collections) to an AngularJS scope variable. This is the object that is returned when [$meteor.collection service](http://angular-meteor.com/api/meteorCollection) is called. It represents the documents that exist in the Meteor local collection.
Copy file name to clipboardExpand all lines: .docs/angular-meteor/client/views/api/api.meteorCollection.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
Service binding include 3 parts:
18
18
19
19
* watching the changes in **Angular $scope** and updating the **Meteor Collection**. (called "autobind")
20
-
* watching hte changes in the **Meteor Collection** and updating the **Angular $scope** variables (called "observe")
20
+
* watching the changes in the **Meteor Collection** and updating the **Angular $scope** variables (called "observe")
21
21
22
22
The autobinding is optional, and can be set to false, so changes in the Angular $scope variables will have to be explicitly saved to the collection to be updated to the Meteor Collection.
0 commit comments