Here is my HTML:
<div ui-layout="{ flow : 'column', dividerSize: '8px'}">
<div class="editor pane" ui-layout-container>
<div ui-view="editor"></div>
</div>
<div class="preview pane" ui-layout-container>
<div ui-view="preview"></div>
</div>
</div>

Surprisingly it does work for the right panel!
You can try it live at http://editor.swagger.io. You'll need to move the splitter a little before toggling to get the error.
Here is my HTML:
Surprisingly it does work for the right panel!
You can try it live at http://editor.swagger.io. You'll need to move the splitter a little before toggling to get the error.