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

Commit 42561bd

Browse files
committed
Replaced instances of date in README
1 parent 5e676bc commit 42561bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ui-date directive [![Build Status](https://travis-ci.org/angular-ui/ui-tinymce.png)](https://travis-ci.org/angular-ui/ui-tinymce)
1+
# ui-tinymce directive [![Build Status](https://travis-ci.org/angular-ui/ui-tinymce.png)](https://travis-ci.org/angular-ui/ui-tinymce)
22

33
This directive allows you to add a TinyMCE editor to your form elements.
44

@@ -36,7 +36,7 @@ This will copy the ui-tinymce files into your `components` folder, along with it
3636
<script type="text/javascript" src="components/angular/angular.js"></script>
3737
<script type="text/javascript" src="components/angular-ui-tinymce/tinymce.js"></script>
3838

39-
Add the date module as a dependency to your application module:
39+
Add the tinymce module as a dependency to your application module:
4040

4141
var myAppModule = angular.module('MyApp', ['ui.tinymce'])
4242

@@ -64,11 +64,11 @@ All the TinyMCE options can be passed through the directive.
6464

6565
## Working with ng-model
6666

67-
The ui-date directive plays nicely with the ng-model directive such as ng-required.
67+
The ui-tinymce directive plays nicely with the ng-model directive such as ng-required.
6868

6969
If you add the ng-model directive to same the element as ui-tinymce then the text in the editor is automatically synchronized with the model value.
7070

7171
_ng-model and the id are required_.
7272

73-
_The ui-date directive stores and expects the model value to be a standard javascript Date object._
73+
_The ui-tinymce directive stores and expects the model value to be a standard javascript tinymce object._
7474

0 commit comments

Comments
 (0)