diff --git a/.docs/angular-meteor/client/views/api.html b/.docs/angular-meteor/client/views/api.html index cb3beb333..be7984b5b 100644 --- a/.docs/angular-meteor/client/views/api.html +++ b/.docs/angular-meteor/client/views/api.html @@ -6,8 +6,8 @@
subscribe( :subscriptionName );
Param | +Type | +Details | +Required | +
---|---|---|---|
subscriptionName | ++ subscriptionName + | +The subscription name to subscribe to. exactly like the first parameter in $meteor.subscribe service. + |
+ Yes | +
getRawObject();
save
— saves the current value of the object to the server.
returns a promise with an error in case for an error or a number of successful docs changed in case of success.reset
— reset the current value of the object to the one in the server.subscribe
— Go to referencegetRawObject
— Go to reference