You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="#observeonscopescope-watchexpression-objectequality">#</a> [Ⓢ](https://github.com/Reactive-Extensions/rx.angular.js/blob/master/src/observeronscope.js#L1-L13"View in source")
66
+
67
+
Creates a factory which allows the user to observe a property on a given scope to check for old and new values.
68
+
69
+
#### Arguments
70
+
1.`scope`*(Scope)*: The scope to apply the watch function.
71
+
2.`watchExpression`: Expression that is evaluated on each `$digest` cycle. A change in the return value triggers a call to the listener.
72
+
-`string`: Evaluated as expression
73
+
-`function(scope)`: called with current scope as a parameter.
74
+
3.`[objectEquality]`: *(Function)*: Compare object for equality rather than for reference.
### Installing All of RxJS via [NuGet](http://nuget.org/)
111
+
112
+
Install-Package RxJS-Bridges-Angular
113
+
48
114
## Contributing ##
49
115
50
116
There are lots of ways to [contribute](https://github.com/Reactive-Extensions/rx.angular.js/wiki/Contributions) to the project, and we appreciate our [contributors](https://github.com/Reactive-Extensions/rx.angular.js/wiki/Contributors).
0 commit comments