Skip to content

Commit 7442830

Browse files
committed
Merge pull request #414 from oshai/patch-4
(docs): typo
2 parents c3d2231 + 2f2af20 commit 7442830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<do-nothing>
99
{{#markdown}}
1010

11-
# scope.getReactively
11+
# $scope.getReactively
1212

1313
A method to get a $scope variable and watch it reactivly
1414

1515
----
1616

1717
## Usage
1818

19-
scope.getReactively(scopeVariableName, objectEquality)
19+
$scope.getReactively(scopeVariableName, objectEquality)
2020

2121
### Arguments
2222

0 commit comments

Comments
 (0)