This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 6
6
< head >
7
7
< meta charset ="utf-8 ">
8
8
< meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 ">
9
- < title > AngularUI - Date Picker Demo</ title >
9
+ < title > AngularUI - TinyMCE Demo</ title >
10
10
< 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 >
14
12
< 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 >
16
14
</ 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 >
20
18
</ body >
21
19
</ html >
You can’t perform that action at this time.
0 commit comments