Miguel Andrade

Results 178 comments of Miguel Andrade

hmm, they shouldn't fail. What error do they throw?

I had an error on the instructions that I edited. I had ``` addon/templates/paper-dialog/template.hbs ``` But it should be ``` addon/components/paper-dialog/template.hbs ``` To be clear, component.js and template.hbs must be...

@Shajansheriff indeed, the idea is to use tagless components (with the decorators `@tagName('')`. It will make the transition to glimmer components **so much** easier in a near future. You bring...

I'm concerned that we're overriding so much of eps stuff. Updates are more difficult that way. Can you think of anything that eps could provide to make this easier?

@SirZach Sure! Just added "use new ember features when applicable (e.g closure actions)" as a part of the update process.

@SirZach A PR that uses ember-actions will be accepted, of course. People could use them immediately. However, feels easier if that was to be made part of the update process.

@joukevandermaas It may lead to breaking changes or may not. I'm not into angular 1 changes yet. But good point I'll add that as a part of the update process.

Currently working for 1.0.0 release. Shouldn't be hard to take it to further patch versions later (1.0.x). A sáb, 19/12/2015, 23:28, James Dixon [email protected] escreveu: > @miguelcobain https://github.com/miguelcobain do you...

One of the main features of ember-paper 1.0 will be the automatic pulling of angular material stylesheets. So you won't need to copy paste anything. Just "import" it. A dom,...