dispatch:blaze-emitter

v0.0.2Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Date Tools Build Status

##Usage

meteor add dispatch:blaze-emitter

Template.myTemplate.on('rendered', function () {
  // Do something
});