Skip to content

Commit df4076e

Browse files
committed
Merge branch 'patch-2' of https://github.com/markleusink/angular-meteor into patch-2
Conflicts: .docs/angular-meteor/client/views/steps/tutorial.step_12.html
2 parents 30af427 + c40a7ea commit df4076e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.docs/angular-meteor/client/views/steps/tutorial.step_12.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ <h1>Step 12 - Search, sort, pagination and reactive vars</h1>
240240
For that angular-meteor created [getReactively](/api/getReactively) - a way to make an Angular scope variable to a reactive variable.
241241

242242
In order to make the subscription run each time something changes in one of the parameters, we need to place it inside an autorun block.
243+
243244
To do that, we are going to use the [$meteor.autorun](/api/utils) function:
244245

245246
$meteor.autorun($scope, function() {

0 commit comments

Comments
 (0)