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

Added two new features #14

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Added two new features #14

wants to merge 4 commits into from

Conversation

jannunen
Copy link

@jannunen jannunen commented Nov 8, 2016

Ability to add listener for event clicks.
Ability to hide the date from event list items.

@dianjuar
Copy link
Contributor

Nice Improvement!

You even write in the ReadMe.md how to use it... Well done...

url: '',
events: [
{title: 'Event Title 1', description: 'Description 1', datetime: new Date(2016, 0, 12, 17)},
{title: 'Event Title 2', description: 'Description 2', datetime: new Date(2016, 0, 23, 16)}
],
firstDayOfWeek: 0
```
####Event listeners
Copy link
Contributor

@dianjuar dianjuar Apr 27, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I opened a PullRequest #16 to fix to some issues in this file.

Just add an space on the title to render it well. See #16 for examples

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

Successfully merging this pull request may close these issues.

None yet

2 participants