Colby Ludwig

Results 2 issues of Colby Ludwig

Trying to add the `.swift` variant of this to a new iOS project of mine and am getting a whole bunch of errors resolving in the file being uncompilable. Sometimes...

I'm using an `ember-wormhole` inside a component, and am trying to access an element that's inside the wormhole with `this.$()` in the component. `component/template.hbs` ``` hbs {{#ember-wormhole to="destination"}} Target anchor...