Skip to content

Commit 2f2af20

Browse files
committed
typo
1 parent 09a66cb commit 2f2af20

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)