(js) Make events clickable in month view

This commit is contained in:
Francis Lachapelle
2015-08-07 15:32:00 -04:00
parent 8ab591a1b6
commit ce8a4b6d8a
6 changed files with 34 additions and 28 deletions
@@ -29,10 +29,10 @@
clickBlock: '&sgClick'
},
template: [
'<sg-calendar-day-block class="event draggable"',
' ng-repeat="block in blocks[day]"',
' sg-block="block"',
' sg-click="clickBlock({event: clickEvent, component: clickComponent})"/>'
'<sg-calendar-day-block class="sg-event draggable"',
' ng-repeat="block in blocks[day]"',
' sg-block="block"',
' sg-click="clickBlock({event: clickEvent, component: clickComponent})"/>'
].join('')
};
}