marzubov / ember-calendar

An awesome Ember calendar, designed with composability and reusability in mind.
MIT License
2 stars 5 forks source link

Ability to specify default view? #13

Closed jamesdixon closed 8 years ago

jamesdixon commented 8 years ago

Is there currently the ability to pass a property to determine the default view?

jamesdixon commented 8 years ago

I found that this can be done by setting the type property on the component.

That said, please check out #16. In addition, it might make sense to stick with the current naming conventions of default[...]. For example, defaultView seems to make a lot of sense for this property.