Reactive-Extensions / rx.angular.js

AngularJS Bindings for RxJS
Other
827 stars 89 forks source link

Adjust type of $toObservable watchExpression #134

Closed gpmikep closed 8 years ago

gpmikep commented 8 years ago

A watchExpression can be either a string, or a function call returning anything. Adjusted typing to match.