Refactored text panel to use markdown

This commit is contained in:
Rashid Khan
2013-03-05 15:31:46 -07:00
parent 8a521f2a7b
commit c586cbf3d6
4 changed files with 32 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<div ng-controller="text">
<label class="small">Font Size</label> <select class="input-mini" ng-model="panel.style['font-size']" ng-options="f for f in ['6pt','7pt','8pt','10pt','12pt','14pt','16pt','18pt','20pt','24pt','28pt','32pt','36pt','42pt','48pt','52pt','60pt','72pt']"></select>
<label class=small>Content</label>
<label class=small>Content (This area uses <a target="_blank" href="http://en.wikipedia.org/wiki/Markdown">Markdown</a>)</label>
<textarea ng-model="panel.content" rows="6" style="width:95%"></textarea>
</div>