Skip to content

Commit 91cd122

Browse files
committed
(docs): Keep line length
1 parent ca06a70 commit 91cd122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.docs/angular-meteor/client/views/api/api.meteorCollection.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109

110110
$scope.sticky = true;
111111
// Bind all sticky todos to $scope.stickyTodos
112-
// Binds the query to $scope.sticky so that if it changes, Meteor will re-run the query and bind it
113-
// to $scope.stickyTodos
112+
// Binds the query to $scope.sticky so that if it changes,
113+
// Meteor will re-run the query and bind it to $scope.stickyTodos
114114
$scope.stickyTodos = $meteor.collection(function(){
115115
return Todos.find({sticky: $scope.getReactively('sticky')});
116116
});

0 commit comments

Comments
 (0)