(js) Create event by dragging in month's view

This commit is contained in:
Francis Lachapelle
2015-11-20 15:36:24 -05:00
parent 90e79e7605
commit 3baef22df4
5 changed files with 30 additions and 18 deletions

View File

@@ -30,6 +30,7 @@
},
template: [
'<sg-calendar-day-block',
' class="sg-draggable-calendar-block"',
' ng-repeat="block in blocks[day]"',
' sg-block="block"',
' sg-click="clickBlock({event: clickEvent, component: clickComponent})"/>'