Fixed HTML Previewing

pull/24/head
Jordan 2014-05-27 18:59:39 -05:00
parent 023d0207a8
commit 32ffe46363
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<textarea rows="10" class="form-control" ng-model="template.html" placeholder="HTML"></textarea>
</tab>
<tab heading="Preview">
<textarea rows="10" class="form-control" ng-model="template.html" contenteditable></textarea>
<div ng-model="template.html" contenteditable></div>
</tab>
</tabset>