Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

how to get all the events of the day in angular-bootstrap-calendar #281

Closed
athimannil opened this issue Feb 10, 2016 · 4 comments
Closed

Comments

@athimannil
Copy link

Is there any option in angular-bootstrap-calendar to grab the day's with on-timespan-click = "dateClicked(eventsOfTheDay)"

Demo: http://codepen.io/anon/pen/bEOeKw

http://stackoverflow.com/questions/35318159/how-to-get-all-the-events-of-the-day-in-angular-bootstrap-calendar

@mattlewis92
Copy link
Owner

This should do the trick 😄

on-timespan-click="dateClicked(calendarCell.events)"

@athimannil
Copy link
Author

@mattlewis92 Appreceiate your quick response 👍 You saved my time 😊

@mattlewis92
Copy link
Owner

No worries, happy to help! :)

On 10 Feb 2016, at 18:06, Muhammed Athimannil notifications@github.com wrote:

@mattlewis92 Appreceiate your quick response 👍 You saved my time 😊


Reply to this email directly or view it on GitHub.

@franklindner
Copy link

Unfortunately this only works for the month view because calendarCell is undefined when clicking in rows of the the day view.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants