Skip to content

Instantly share code, notes, and snippets.

@goofmint
Last active January 22, 2017 03:15
Embed
What would you like to do?
3.md
'#disable click': function(context, $el) {
var dates = this.calendarController.getSelectedDate();
disableDates = disableDates.concat(dates);
this.calendarController.setSelectable(dates, false);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment