(js) Rollback optimization in appointment editor

There's an issue with the sgToggleGrid directive when the associated
grid list is rendered later.

Fixes #4858
This commit is contained in:
Francis Lachapelle
2019-10-24 09:32:11 -04:00
parent 9f24f64dcc
commit aa9af35ae9

View File

@@ -213,7 +213,7 @@
</md-button>
</div>
<div flex-offset="5"
ng-if="editor.showRecurrenceEditor">
ng-show="editor.showRecurrenceEditor">
<var:component className="UIxRecurrenceEditor" />
</div>
<!-- end repeat -->