Todd Motto

Results 29 comments of Todd Motto

Do you want a review on this @WickyNilliams? Happy to refactor existing Angular PR to use `$attrs` to Observe potential changes. If we're using `readonly` properties then we can go...

Well, the PR is pretty old now - ideally we should use isolate scopes rather than full inheritance. Happy to take some of the existing code and make a new...

Anyone tracking this project, please see this branch: https://github.com/toddmotto/angular-component/tree/es6-and-tests

Hey Matt. I think a performance section is definitely warranted - not sure if it should be more "resources" focused or showing code examples - I think a list of...

Happy to take some PRs from you guys for this > On 5 Feb 2017, at 04:28, Carlos Ormeño Vargas wrote: > > I think the same > > —...

Testing is completely up to you, the Angular docs suggest Karma/Jasmine though. It's un-opinionated here due to the vast amount of tooling you can use so that call is based...

I don't have the ability to code it up right now as I'm on a train using the wifi but essentially what you want is a delegated function to the...

@pierre-dickinson It's probably due to `this` and webpack bundling in 'strict mode' as `this` may be undefined and therefore throw an error as `addEventListener` won't exist: https://github.com/toddmotto/echo/blob/master/dist/echo.js#L12 You can change...

@jonathan-fielding hey dude, are you able to check this out? Lemme know :)

You could change the script slightly to allow you to pass a custom selector to Echo. I don't think it'd be a huge change to add this functionality into the...