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

Commit 828d509

Browse files
committed
Updated demo
1 parent f0e6fad commit 828d509

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

demo/demo.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@
66
<head>
77
<meta charset="utf-8">
88
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9-
<title>AngularUI - Date Picker Demo</title>
9+
<title>AngularUI - TinyMCE Demo</title>
1010
<base href=".."></base>
11-
<link rel="stylesheet" href="components/jquery-ui/themes/smoothness/jquery-ui.css">
12-
<script type="text/javascript" src="components/jquery/jquery.js"></script>
13-
<script type="text/javascript" src="components/jquery-ui/ui/jquery-ui.custom.js"></script>
11+
<script type="text/javascript" src="test/lib/tinymce358.js"></script>
1412
<script type="text/javascript" src="components/angular/angular.js"></script>
15-
<script type="text/javascript" src="src/date.js"></script>
13+
<script type="text/javascript" src="src/tinymce.js"></script>
1614
</head>
17-
<body ng-app="ui.date">
18-
<label>Select Date: <input type="text" ui-date ng-model="aDate"></label>
19-
<div>{{aDate}}</div>
15+
<body ng-app="ui.tinymce">
16+
<textarea ui-tinymce ng-model="tinymce"></textarea>
17+
<div>{{tinymce}}</div>
2018
</body>
2119
</html>

0 commit comments

Comments
 (0)