Closed cmalard closed 7 years ago
Hello there,
First off, thanks a lot for this plugin, it is so useful ! :smiley:
Got a bug with this line:
$ctrl.onUpdate({ $event: { dates: event.dates } }); console.log('$ctrl.onUpdate', 'dates: event.dates:', dates: event.dates)
It should generate:
console.log('$ctrl.onUpdate', 'event.dates:', event.dates)
Thanks,
I'll take a look :+1:
Hello there,
First off, thanks a lot for this plugin, it is so useful ! :smiley:
Got a bug with this line:
It should generate: