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
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
I'm in the process of upgrading from an earlier version of the component. After cross-checking in the source code, I see that if you want to use data.event or data.additionalArguments you need to pass in a "selector" function that maps the event arguments to an object of this type:
I also noticed that the JSDoc explicitly says that the event name is the only argument to be provided, although it is possible to pass the selector function. I initially thought this was an internal API, but I think perhaps the JSDoc is out of sync?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/Reactive-Extensions/rx.angular.js/tree/master/docs#eventtoobservableeventname
I'm in the process of upgrading from an earlier version of the component. After cross-checking in the source code, I see that if you want to use
data.event
ordata.additionalArguments
you need to pass in a "selector" function that maps the event arguments to an object of this type:I also noticed that the JSDoc explicitly says that the event name is the only argument to be provided, although it is possible to pass the selector function. I initially thought this was an internal API, but I think perhaps the JSDoc is out of sync?
The text was updated successfully, but these errors were encountered: