Gregg Martell

Results 11 issues of Gregg Martell

Using the ember-angle-bracket-invocation-polyfill with ember 3.51 so I can use angle bracket ``. `{{styleNamespace}}` generates a template compiler error: `Cannot read property 'type' of undefined` ```hbs ``` The type is...

Session stores extend from the Ember object so you do need the `@classic` decorator when using native class syntax. This should be documented in the README. If you like, I...

Decorators (`tagName`, `classNamesBindings`, etc) remain because outer HTML breaks demo app/tests due to the extra `divs`. Using `@tagName('')` to remove them causes other errors. I believe everything needs to be...

help wanted

Document changes to icon parameters and required icon component

demo
documentation

There might be a better format for the document but it's a start Additional items: - [ ] enableSync removal Need to review merged PRs...

documentation

I'm struggling to figure out how to create an integration test for a table cell component. I can not figure out how to mock up the LTE tableActions hash The...

### Version of x-select: 3.0.0 ### Ember Version / Ember CLI Version: **Ember Version: 2.12** **Ember CLI Version: 2.12** ### Expected Behavior Should return value of current selection route template:...

Tests pass in browser but inconsistently pass or fail when running with ember-try. Could be an issue with the triggerEvent test-helper not working consistency with a `` element. Tests are...

bug