angular-tiny-eventemitter icon indicating copy to clipboard operation
angular-tiny-eventemitter copied to clipboard

Tiny event emitter for Angular.JS.

Results 4 angular-tiny-eventemitter issues
Sort by recently updated
recently updated
newest added

```js person.on('test.*', function(){}); // capture all person.on('test.one', function(){}); person.on('test.two', function(){}); person.emit('test.one'); person.emit('test.two'); ```

Hi, could you please explain why do you need the `this.value` from the readme.