(js) Rollback optimization in appointment editor

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

Fixes #4858
pull/262/head
Francis Lachapelle 2019-10-24 09:32:11 -04:00
parent 9f24f64dcc
commit aa9af35ae9
1 changed files with 1 additions and 1 deletions

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 -->