Ben Sgroi

Results 4 issues of Ben Sgroi

The `attrConfig` variable was being implicitly declared. Fixed this.

The project I'm working on is written in ES6 and transpiled with babel. I can use classes for components just fine, but when attempting to use classes for actions and...

This plugin doesn't clean up its event listeners added via `addEventListener`, so memory leaks occur when using it. I've created a pull to fix this: #65 Can we get this...

When using `addEventListener`, the event handlers need to be removed manually on $scope.$destroy, otherwise memory leaks occur.