Is it possible to bind an add event to a collection multiple times. I would like to have multiple functions called when the event fires. ( I have the same collection in several views, so when I add the element I would like addview function of all the views to fire. Right now only the last bounded one fires)
Share
yes, It is possible to have multiple bindings to one event.
if you had:
both add and add2 would run when the add event fired.