We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1915e8a commit 63dd651Copy full SHA for 63dd651
README.md
@@ -5,7 +5,7 @@
5
6
# Requirements
7
8
-- AngularJS
+- AngularJS 1.4.x or higher and it has been tested with Angular 1.4.8.
9
- TinyMCE 4
10
11
# Testing
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-ui-tinymce",
3
- "version": "0.0.14",
+ "version": "0.0.15",
4
"description": "This directive allows you to TinyMCE in your form.",
"author": "https://github.com/angular-ui/ui-tinymce/graphs/contributors",
"license": "MIT",
@@ -16,7 +16,7 @@
16
"package.json"
17
],
18
"dependencies": {
19
- "angular": "~1.x",
+ "angular": "~1.4.x",
20
"tinymce-dist": "~4.3.0"
21
},
22
"devDependencies": {
0 commit comments