marzubov / ember-calendar

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

pass navigation info when changing view (fixes #17) #22

Closed jamesdixon closed 8 years ago

jamesdixon commented 8 years ago

This PR resolves #17.

Rather than just passing a number to indicate the direction of the navigation change, it now returns an object containing the view type, start date, end date and direction.

This will allow for things like lazy loading of data on view change, caching, etc.