Reactive-Extensions / rx.angular.js

AngularJS Bindings for RxJS
Other
827 stars 89 forks source link

Added additional onError and onComplete parameters to safe Apply and added Typescript definitions #126

Closed Roaders closed 8 years ago

Roaders commented 8 years ago

I wanted to run safe apply when errors and onComplete events happened and I want to use with Typescript.

Roaders commented 8 years ago

Thanks for accepting @mattpodwysocki . Any idea when the next version will be released so that I can get this on npm? What is the process for releasing new versions?

mattpodwysocki commented 8 years ago

@Roaders will get on it today

Roaders commented 8 years ago

great. Thanks

Roaders commented 8 years ago

I wasn't sure about including the tsd or typings in there. Not sure if the reference to the angular.d.ts in the rx.angular.d.rs is correct. Any guidance on this?