Reactive-Extensions / rx.angular.js

AngularJS Bindings for RxJS
Other
827 stars 89 forks source link

Replacement for ScopeScheduler in RxJs 4.0 #123

Closed Roaders closed 8 years ago

Roaders commented 8 years ago

Hi

I was using Scope Scheduler in my app to ensure that when an observable pushes a new message or completes an angular apply takes place. I have now upgraded to rxjs 4.0 and this functionality no longer seems to work and in the latest rx.angular.js the scope schedular has been removed. How do I solve this problem in Rxjs 4.0?

Many Thanks

mattpodwysocki commented 8 years ago

Closed as now implemented again