(html) Remove 'all day' option from task editor

This option is not supported yet (as in v2).
This commit is contained in:
Francis Lachapelle
2015-11-23 16:25:09 -05:00
parent c2d539d3c8
commit 823da43776
@@ -72,14 +72,6 @@
max="9"
label:aria-label="Priority"><!-- slider --></md-slider>
</div>
<!-- is all day -->
<md-checkbox
ng-model="editor.component.isAllDay"
ng-true-value="1"
ng-false-value="0"
label:aria-label="All day Event">
<var:string label:value="All day Event"/>
</md-checkbox>
<!-- start -->
<div ng-show="editor.component.start">
<div class="pseudo-input-container">