This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
bower_components /
2
- node_modules /
2
+ node_modules /
3
+ /* .iml
4
+ /.idea
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ bower install
38
38
This will copy the ui-tinymce files into your ` components ` folder, along with its dependencies. Load the script files in your application:
39
39
40
40
``` html
41
- <script type =" text/javascript" src =" app/bower_components/tinymce/tinymce.js" ></script >
41
+ <script type =" text/javascript" src =" app/bower_components/tinymce-dist /tinymce.js" ></script >
42
42
<script type =" text/javascript" src =" app/bower_components/angular/angular.js" ></script >
43
- <script type =" text/javascript" src =" app/bower_components/angular-ui-tinymce/tinymce.js" ></script >
43
+ <script type =" text/javascript" src =" app/bower_components/angular-ui-tinymce/src/ tinymce.js" ></script >
44
44
```
45
45
46
46
Add the tinymce module as a dependency to your application module:
@@ -99,4 +99,4 @@ myAppModule.controller('MyController', function($scope) {
99
99
<form method =" post" >
100
100
<textarea ui-tinymce =" tinymceOptions" ng-model =" tinymceModel" ></textarea >
101
101
</form >
102
- ```documentation
102
+ ```
You can’t perform that action at this time.
0 commit comments