marzubov / ember-calendar

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

adding an onclick event #18

Closed jamesdixon closed 8 years ago

jamesdixon commented 8 years ago

I saw that you added an "edit" button, which is great. Personally, I prefer the user experience of iCal or Google Calendar where you have to click on the event to access further options.

That said, I was considering adding an onClick event. It looks like interact already has an onTap event that would already handle this.

Any thoughts?