datepicker
datepicker copied to clipboard
bug in example
index.js line 26:
this.cal.el.addClass('datepicker-calendar');
should be:
this.cal.addClass('datepicker-calendar');