(fix) also update the task editor

pull/186/head
Ludovic Marcotte 2015-12-10 11:16:00 -05:00
parent 156463c084
commit ccd031693e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<md-input-container>
<label><var:string label:value="Calendar"/></label>
<md-select ng-model="editor.component.destinationCalendar">
<md-option ng-repeat="calendar in ::editor.calendars"
<md-option ng-repeat="calendar in editor.service.$findAll(null, true)"
ng-value="calendar.id">{{calendar.name}}</md-option>
</md-select>
</md-input-container>