Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -516,13 +516,12 @@ <h3>How?</h3>
<div class="page-header">
<h1>TinyMCE</h1>
</div>
<p class="alert alert-error"><i class="icon-info-sign"></i> Demo disabled temporarily due to conflicts with other directives. Use at your own risk!</p>
<div class="row">
<div class="span6">
<h3>What?</h3>
<p>TinyMCE WYSIWYG integration</p>
<div class="well">
<textarea ng-model="tinymce"></textarea>
<textarea ui-tinymce="{theme:'simple'}" ng-model="tinymce"></textarea>
<h4>Output:</h4>
<p>{{tinymce}}</p>
</div>
Expand Down