editor.html 501 B

123456789
  1. <div class="row-fluid" ng-controller="debug">
  2. <div class="row-fluid">
  3. <div class="span3">
  4. <h5>Length</h5>
  5. <input type="number" class="input-mini" ng-model="panel.size">
  6. </div>
  7. <div class="span3"><h6>Font Size</h6>
  8. <select class="input-small" ng-model="panel.style['font-size']" ng-options="f for f in ['6pt','7pt','8pt','9pt','10pt','12pt','14pt','16pt','18pt','20pt','24pt','28pt','32pt','36pt','42pt','48pt','52pt','60pt','72pt']"></select></span>
  9. </div>