Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ember.Component? #3

Closed
bradoyler opened this issue Sep 4, 2013 · 2 comments
Closed

Ember.Component? #3

bradoyler opened this issue Sep 4, 2013 · 2 comments

Comments

@bradoyler
Copy link

Was this intended to be used as a true Ember Component? as: http://emberjs.com/guides/components

@tkazec
Copy link
Contributor

tkazec commented Sep 4, 2013

Ember Components didn't exist when we created ember-calendar, but we'll update it to be one when we update it to support Ember 1.0.

@charlesfeng
Copy link
Contributor

I've updated the application code to 1.0.0 and am looking at Ember Components right now. I like how it isolates properties/actions, but I'm worried that it may add unnecessary complexity to users who aren't used to it. Also, it appears that the intended use is to facilitate reusing elements on multiple pages, which may not be the normal use case for a calendar.

The best solution may be releasing a separate dist that packages it as a component. Thoughts?

@tkazec tkazec closed this as completed Oct 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants