<selectclass="input-small tight-form-input"ng-model="panel.fontSize"ng-options="f for f in fontSizes"ng-change="render()"></select>
<selectclass="input-small tight-form-input"ng-model="editor.panel.fontSize"ng-options="f for f in editor.fontSizes"ng-change="editor.render()"></select>