(html) Show event location in Calendar days views

This commit is contained in:
Francis Lachapelle
2015-11-13 15:45:44 -05:00
parent 58dfa2e43b
commit ace9fa9e4e
3 changed files with 12 additions and 15 deletions
@@ -44,6 +44,7 @@
// Component is private
' <md-icon ng-if="block.component.c_classification == 2" class="material-icons icon-vpn-key"></md-icon>',
' </span>',
' <div class="secondary" ng-if="block.component.c_location"><md-icon>place</md-icon> {{block.component.c_location}}</div>',
' </div>',
' </div>',
'</div>'
@@ -25,7 +25,7 @@
replace: true,
template: [
'<div class="sg-event sg-draggable" ng-click="clickBlock({clickEvent: $event, clickComponent: block.component})">',
' <span ng-if="!block.component.c_isallday">{{ block.starthour }} - </span>',
' <span class="secondary" ng-if="!block.component.c_isallday">{{ block.starthour }} - </span>',
' {{ block.component.summary }}',
' <span class="icons">',
// Component is reccurent