Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 308fca6

Browse files
committed
Updated demo.html
1 parent 560e499 commit 308fca6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demo/demo.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<script type="text/javascript" src="src/tinymce.js"></script>
1414
</head>
1515
<body ng-app="ui.tinymce">
16-
<textarea ui-tinymce ng-model="tinymce"></textarea>
16+
<form method="post">
17+
<textarea id="tinymce" ui-tinymce ng-model="tinymce"></textarea>
18+
</form>
1719
<div>{{tinymce}}</div>
1820
</body>
1921
</html>

0 commit comments

Comments
 (0)