Reactive-Extensions / rx.angular.js

AngularJS Bindings for RxJS
Other
827 stars 89 forks source link

rxjs 3.1.1 version breaks zipArray #91

Closed krumax closed 9 years ago

krumax commented 9 years ago

I have only provided rx.angular.js in my bower.json without providing the rxjs. rx.angular.js also obviously does not pin the rxjs version, so with rxjs 3.1.1 zipArray does not work anymore. A workaround was to pin rxjs to 3.0.1 additionally in my rx.angular.js to have a stable version. But actually that's not the best way relying on rxjs without any version dependency. Could you please have that in mind? Thanks guys!

mattpodwysocki commented 9 years ago

@krumax closing as per new release with zipArray also being deprecated