gilgen / ember-pusher

A proper Ember / Pusher integration.
MIT License
100 stars 35 forks source link

Actually unsubscribe from channel #7

Closed jbescoyez closed 10 years ago

jbescoyez commented 10 years ago

Actually unsubscribe from channel when unwire and if this is the last controller listening.

Was not working since eventBindings is an object and objects do not have length property.

gilgen commented 10 years ago

Nice one @jbescoyez! :metal: