(fix) remove ng-click to allow FF to select/unselect personal calendars

pull/105/head
Ludovic Marcotte 2015-09-23 09:22:01 -04:00
parent 9f7b69b037
commit eb50f94b2b
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@
</md-subheader>
<md-list>
<md-list-item ng-repeat="calendar in app.service.$calendars"
ng-click="app.editMode = false"
ng-dblclick="app.editFolder(calendar)">
<md-checkbox ng-model="calendar.active"
ng-class="calendar.getClassName('checkbox')"