mr-mig / yaf-angular

Angular-based yaf implementation
1 stars 1 forks source link

Add .trigger() method to channels #6

Open mr-mig opened 9 years ago

mr-mig commented 9 years ago

Should trigger the event through all the transformers in the channel

mr-mig commented 9 years ago

Actually, the channel should be a BehaviourSubject - triggering the old state to all new subscriptions automatically...