Skip to content

Commit 7c17d90

Browse files
author
Shashank Sharma
committed
Fixed error in index.html
1 parent 31ea782 commit 7c17d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2>Sample 1: Inline Edit</h2>
7373

7474
<div class="sample">
7575
<h2>Sample 2: Full Editor</h2>
76-
<textarea id="froala-sample-2" froala ng-model="sample2Text" contentEditable="true" ng-model-options="{ updateOn: 'blur'}"></textarea>
76+
<textarea id="froala-sample-2" froala ng-model="sample2Text"></textarea>
7777
<h4>Rendered Content:</h4>
7878
<div froala-view="sample2Text"></div>
7979
</div>

0 commit comments

Comments
 (0)